/// <inheritdoc />
 public DbDataRecord GetDataRecord(int ordinal)
 {
     EnsureInitialized();
     return(_dataRecord.GetDataRecord(ordinal));
 }