ReliableSqlConnection.ExecuteCommand Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method ExecuteCommand(IDbCommand)
Executes a SQL command and returns the number of rows affected.
Public method ExecuteCommand<T>(IDbCommand)
Executes a SQL command and returns a result that is defined by the specified type T. This method uses the retry policy specified when instantiating the SqlAzureConnection class (or the default retry policy if no policy was set at construction time).
Public method ExecuteCommand<T>(IDbCommand, RetryPolicy)
Executes a SQL command by using the specified retry policy, and returns a result that is defined by the specified type T
Public method ExecuteCommand(IDbCommand, RetryPolicy)
Executes a SQL command and returns the number of rows affected.
Public method ExecuteCommand<T>(IDbCommand, CommandBehavior)
Executes a SQL command and returns a result that is defined by the specified type T. This method uses the retry policy specified when instantiating the SqlAzureConnection class (or the default retry policy if no policy was set at construction time).
Public method ExecuteCommand<T>(IDbCommand, RetryPolicy, CommandBehavior)
Executes a SQL command by using the specified retry policy, and returns a result that is defined by the specified type T

See Also

ReliableSqlConnection Class

ReliableSqlConnection Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace