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