Base:
method
GetValue
System.Data.Common.DbDataRecord.GetValue(System.Int32)
2 references to GetValue
System.Data (2)
fx\src\data\System\Data\Common\DataRecordInternal.cs (2)
90return GetValue(i); 96return GetValue(GetOrdinal(name));