The methods 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
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.