12 references to GetValue
System.Data (12)
fx\src\data\System\Data\Sql\sqlnorm.cs (12)
168inner = GetValue(fi, obj); 289bool b = (bool) GetValue(fi, obj); 309sbyte sb = (sbyte) GetValue(fi, obj); 335byte b = (byte) GetValue(fi, obj); 349byte[] b = BitConverter.GetBytes((short) GetValue(fi, obj)); 372byte[] b = BitConverter.GetBytes((ushort) GetValue(fi, obj)); 393byte[] b = BitConverter.GetBytes((int) GetValue(fi, obj)); 418byte[] b = BitConverter.GetBytes((uint) GetValue(fi, obj)); 439byte[] b = BitConverter.GetBytes((long) GetValue(fi, obj)); 462byte[] b = BitConverter.GetBytes((ulong) GetValue(fi, obj)); 485float f = (float) GetValue(fi, obj); 530double d = (double) GetValue(fi, obj);