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