2 references to GetOrdinal
System.Data.Entity (2)
System\Data\Common\DataRecord.cs (1)
378
return _fieldNameLookup.
GetOrdinal
(name);
System\Data\Common\Internal\Materialization\RecordState.cs (1)
215
return RecordStateFactory.FieldNameLookup.
GetOrdinal
(name);