Implemented interface member:
method
GetByte
System.Data.IDataRecord.GetByte(System.Int32)
5 overrides of GetByte
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
104public override byte GetByte(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
117public override byte GetByte(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
95override public byte GetByte(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
89override public byte GetByte(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
517override public byte GetByte(int ordinal) {