Table C-29 lists the provider-specific public properties of the SQLServerCommand class. The table includes the generic public properties of the Command class when provider-specific information supplements the standard descriptions. For information about other properties and methods supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
Table C-30 lists the provider-specific public properties of the SQLServerConnection class. Some properties return the values specified for the corresponding connection string option. See
“Connection String Options” for more information. For a description of other properties supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
Table C-31 lists the provider-specific public methods of the SQLServerConnection class. For a description of other methods supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
See “SQL Server Data Provider Connection String Options” for the connection option descriptions, which are listed alphabetically by the connection string option name. The ConnectionStringBuilder property name is listed immediately underneath the GUI name.
Table C-32 lists the provider-specific implementation of the public properties of the SQLServerDataAdapter class. For information about other public properties and methods supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
Table C-33 lists the provider-specific public properties of the SQLServerError class. For information about other properties and methods supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
Table C-34 lists the provider-specific public properties of the SQLServerErrorCollection class. For information about other properties and methods supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
Table C-35 lists the provider-specific public properties of the SQLServerException class. The properties apply to the last error collected if multiple errors occurred. For information about other properties and methods supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
Table C-36 lists the static methods used to accommodate choosing the SQL Server data provider and instantiating its DbProviderFactory.
Table C-37 lists the provider-specific public properties of the SQLServerParameter class. The table includes the generic public properties of the Parameter class when provider-specific information supplements the standard descriptions. For information about other properties and methods supported, refer to the data provider’s online help and the Microsoft .NET Framework SDK documentation.
Table C-38 lists the provider-specific public properties of the SQLServerParameterCollection class. For information about other properties and methods supported, refer to the data provider’s online help.
Table C-39 lists the public properties for the SQLServerTrace class.
Table C-40 lists the public methods for the SQLServerTrace class.