Implemented interface member:
method
GetInt32
System.Data.IDataRecord.GetInt32(System.Int32)
5 overrides of GetInt32
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
249public override Int32 GetInt32(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
348public override Int32 GetInt32(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
290override public Int32 GetInt32(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
202override public Int32 GetInt32(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
589override public Int32 GetInt32(int ordinal) {