net9.0
namespace System.Data.SqlClient
{
[DefaultMember("Item")]
[Obsolete("Use the Microsoft.Data.SqlClient package instead.")]
public class SqlDataReader : DbDataReader, IDbColumnSchemaGenerator, IDisposable
{
public ReadOnlyCollection<DbColumn> GetColumnSchema();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
.NET Core | 2.12.2 |
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.9.0) net8.0 |
Platform Restrictions | This API is supported on all platforms. |