Mono Class Library: Overview

System.Data.SqlClient.SqlCommand: Property Members

The properties of System.Data.SqlClient.SqlCommand are listed below. For a list of all members, see the SqlCommand Members list.

See Also: Inherited members from System.Data.Common.DbCommand

Public Properties

override
CommandTextstring. Gets or sets a T-SQL statement or stored procedure to execute on a SQL Server database.
override
CommandTimeoutint. Gets or sets the amount of time the SqlConnection instance will attempt to execute before giving up.
override
CommandTypeSystem.Data.CommandType. Documentation for this section has not yet been entered.
ConnectionSqlConnection. The associated SqlConnection the SqlCommand will use to communicate with the SQL Server database.
override
DesignTimeVisiblebool. Documentation for this section has not yet been entered.
NotificationSystem.Data.Sql.SqlNotificationRequest. Documentation for this section has not yet been entered.
NotificationAutoEnlistbool. Documentation for this section has not yet been entered.
[read-only]
ParametersSqlParameterCollection. Gets the list of Parameters used when executing a command.
TransactionSqlTransaction. Documentation for this section has not yet been entered.
override
UpdatedRowSourceSystem.Data.UpdateRowSource. Documentation for this section has not yet been entered.

Protected Properties

override
DbConnectionSystem.Data.Common.DbConnection. Documentation for this section has not yet been entered.
[read-only]
override
DbParameterCollectionSystem.Data.Common.DbParameterCollection. Documentation for this section has not yet been entered.
override
DbTransactionSystem.Data.Common.DbTransaction. Documentation for this section has not yet been entered.