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