2 references to IsDBNullAsync
System.Data.Common (2)
System\Data\Common\DbDataReader.cs (1)
273
public Task<bool> IsDBNullAsync(int ordinal) =>
IsDBNullAsync
(ordinal, CancellationToken.None);
System\Data\DataReaderExtensions.cs (1)
196
return reader.
IsDBNullAsync
(reader.GetOrdinal(name), cancellationToken);