Mono Class Library: Overview

System.Data.SqlClient.SqlCommand: Method Members

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

Public Methods

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.
override
Cancel()
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.
override
ExecuteNonQuery() : 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.
override
ExecuteScalar() : object
Documentation for this section has not yet been entered.
ExecuteXmlReader() : System.Xml.XmlReader
Documentation for this section has not yet been entered.
override
Prepare()
Documentation for this section has not yet been entered.
ResetCommandTimeout()
Documentation for this section has not yet been entered.

Protected Methods

override
CreateDbParameter() : System.Data.Common.DbParameter
Documentation for this section has not yet been entered.
override
Dispose(bool)
Documentation for this section has not yet been entered.
override
ExecuteDbDataReader(System.Data.CommandBehavior) : System.Data.Common.DbDataReader
Documentation for this section has not yet been entered.