Implemented interface member:
method
GetBoolean
System.Data.IDataRecord.GetBoolean(System.Int32)
5 overrides of GetBoolean
System.Data (1)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
100
public override bool
GetBoolean
(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
109
public override bool
GetBoolean
(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
85
override public bool
GetBoolean
(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
85
override public bool
GetBoolean
(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
508
override public bool
GetBoolean
(int ordinal) {