net9.0
namespace System.Data.SqlClient
{
[DefaultMember("Item")]
public class SqlDataReader : DbDataReader, IDbColumnSchemaGenerator, IDisposable
{
public ReadOnlyCollection<DbColumn> GetColumnSchema();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.12.23.03.1 |
Information specific to net9.0 | |
Assembly | System.Data.SqlClient , Version=4.6.1.6, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | System.Data.SqlClient (4.8.6) netcoreapp2.1 |
Platform Restrictions | This API is supported on all platforms. |