Implemented interface member:
method
GetInt16
System.Data.IDataRecord.GetInt16(System.Int32)
5 overrides of GetInt16
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
245public override Int16 GetInt16(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
340public override Int16 GetInt16(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
281override public Int16 GetInt16(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
198override public Int16 GetInt16(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
580override public Int16 GetInt16(int ordinal) {