The members of System.Data.SqlClient.SqlCommand are listed below.
See Also: Inherited members from System.Data.Common.DbCommand
Initializes a new instance of the SqlCommand class. Initializes a new instance of the SqlCommand class with a query specified. Initializes a new instance of the SqlCommand class with a query and database connection specified. Initializes a new instance of the SqlCommand class with a query, database connection, and database transaction specified.
overrideCommandText string. Gets or sets a T-SQL statement or stored procedure to execute on a SQL Server database. overrideCommandTimeout int. Gets or sets the amount of time the SqlConnection instance will attempt to execute before giving up. overrideCommandType System.Data.CommandType. Documentation for this section has not yet been entered. Connection SqlConnection. The associated SqlConnection the SqlCommand will use to communicate with the SQL Server database. overrideDesignTimeVisible bool. Documentation for this section has not yet been entered. Notification System.Data.Sql.SqlNotificationRequest. Documentation for this section has not yet been entered. NotificationAutoEnlist bool. Documentation for this section has not yet been entered. [read-only] Parameters SqlParameterCollection. Gets the list of Parameters used when executing a command. Transaction SqlTransaction. Documentation for this section has not yet been entered. overrideUpdatedRowSource System.Data.UpdateRowSource. Documentation for this section has not yet been entered.
overrideDbConnection System.Data.Common.DbConnection. Documentation for this section has not yet been entered. [read-only] overrideDbParameterCollection System.Data.Common.DbParameterCollection. Documentation for this section has not yet been entered. overrideDbTransaction System.Data.Common.DbTransaction. Documentation for this section has not yet been entered.
BeginExecuteNonQuery() : IAsyncResult Documentation for this section has not yet been entered.BeginExecuteNonQuery(AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered.BeginExecuteReader() : IAsyncResult Documentation for this section has not yet been entered.BeginExecuteReader(System.Data.CommandBehavior) : IAsyncResult Documentation for this section has not yet been entered.BeginExecuteReader(AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered.BeginExecuteReader(AsyncCallback, object, System.Data.CommandBehavior) : IAsyncResult Documentation for this section has not yet been entered.BeginExecuteXmlReader() : IAsyncResult Documentation for this section has not yet been entered.BeginExecuteXmlReader(AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered. overrideCancel() Attempts to cancel the execution of a command.Clone() : SqlCommand Documentation for this section has not yet been entered.CreateParameter() : SqlParameter Documentation for this section has not yet been entered.EndExecuteNonQuery(IAsyncResult) : int Documentation for this section has not yet been entered.EndExecuteReader(IAsyncResult) : SqlDataReader Documentation for this section has not yet been entered.EndExecuteXmlReader(IAsyncResult) : System.Xml.XmlReader Documentation for this section has not yet been entered. overrideExecuteNonQuery() : int Executes a T-SQL statement or stored procedure against the connection and returns the number of rows that were affected.ExecuteReader() : SqlDataReader Documentation for this section has not yet been entered.ExecuteReader(System.Data.CommandBehavior) : SqlDataReader Documentation for this section has not yet been entered. overrideExecuteScalar() : object Documentation for this section has not yet been entered.ExecuteXmlReader() : System.Xml.XmlReader Documentation for this section has not yet been entered. overridePrepare() Documentation for this section has not yet been entered.ResetCommandTimeout() Documentation for this section has not yet been entered.
overrideCreateDbParameter() : System.Data.Common.DbParameter Documentation for this section has not yet been entered. overrideDispose(bool) Documentation for this section has not yet been entered. overrideExecuteDbDataReader(System.Data.CommandBehavior) : System.Data.Common.DbDataReader Documentation for this section has not yet been entered.
StatementCompleted Documentation for this section has not yet been entered.
ICloneable.Clone Documentation for this section has not yet been entered. System.Data.IDbCommand.Connection System.Data.IDbConnection. Documentation for this section has not yet been entered. System.Data.IDbCommand.CreateParameter Documentation for this section has not yet been entered. System.Data.IDbCommand.ExecuteReader Documentation for this section has not yet been entered. System.Data.IDbCommand.ExecuteReader Documentation for this section has not yet been entered. [read-only] System.Data.IDbCommand.Parameters System.Data.IDataParameterCollection. Documentation for this section has not yet been entered. System.Data.IDbCommand.Transaction System.Data.IDbTransaction. Documentation for this section has not yet been entered.