Share via


Database.BeginExecuteScalar Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method BeginExecuteScalar(DbCommand, AsyncCallback, Object)

Initiates the asynchronous execution of a command which will return a single value.

Public method BeginExecuteScalar(CommandType, String, AsyncCallback, Object)

Initiates the asynchronous execution of the commandText interpreted as specified by the commandType which will return a single value.

Public method BeginExecuteScalar(DbCommand, DbTransaction, AsyncCallback, Object)

Initiates the asynchronous execution of a command inside a transaction which will return a single value.

Public method BeginExecuteScalar(String, AsyncCallback, Object, array<Object[])

Initiates the asynchronous execution of storedProcedureName using the given parameterValues which will return a single value.

Public method BeginExecuteScalar(DbTransaction, CommandType, String, AsyncCallback, Object)

Initiates the asynchronous execution of the commandText interpreted as specified by the commandType inside an transaction which will return a single value.

Public method BeginExecuteScalar(DbTransaction, String, AsyncCallback, Object, array<Object[])

Initiates the asynchronous execution of storedProcedureName using the given parameterValues inside a transaction which will return a single value.

See Also

Database Class

Database Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace