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)
245
public override Int16
GetInt16
(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
340
public override Int16
GetInt16
(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
281
override public Int16
GetInt16
(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
198
override public Int16
GetInt16
(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
580
override public Int16
GetInt16
(int ordinal) {