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)
100public override bool GetBoolean(int i) {
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (1)
109public override bool GetBoolean(int ordinal)
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (1)
85override public bool GetBoolean(int ordinal)
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (1)
85override public bool GetBoolean(int ordinal)
System\Data\Query\ResultAssembly\BridgeDataRecord.cs (1)
508override public bool GetBoolean(int ordinal) {