4 references to GetColumnSchema
System.Data.Common (4)
System\Data\Common\DbDataReader.cs (4)
121
/// This is the asynchronous version of <see cref="DbDataReaderExtensions.
GetColumnSchema
(DbDataReader)" />.
125
/// <see cref="DbDataReaderExtensions.
GetColumnSchema
(DbDataReader)" /> call and returns a completed task.
127
/// Exceptions thrown by <see cref="DbDataReaderExtensions.
GetColumnSchema
(DbDataReader)" /> will be
142
return Task.FromResult(this.
GetColumnSchema
());