/// <inheritdoc />
 public override Int32 GetInt32(int ordinal)
 {
     EnsureInitialized();
     return(_dataRecord.GetInt32(ordinal));
 }