Implemented interface member:
method
GetValue
System.Data.IDataRecord.GetValue(System.Int32)
5 references to GetValue
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\SqlDataRecord.cs (3)
104
values[i] =
GetValue
( i );
127
return
GetValue
(ordinal);
134
return
GetValue
(GetOrdinal(name));
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
2286
ts = (TimeSpan)record.
GetValue
(i);
2302
dto = (DateTimeOffset)record.
GetValue
(i);