Base:
method
GetValue
System.Data.Common.DbDataRecord.GetValue(System.Int32)
2 references to GetValue
System.Data.Common (2)
System\Data\Common\DataRecordInternal.cs (2)
83return GetValue(i); 91return GetValue(GetOrdinal(name));