SqlCommandFactory.CreateCommand Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public methodStatic member CreateCommand(IDbConnection)
Creates a generic command of type Stored Procedure and assigns the default command time-out.
Public methodStatic member CreateCommand(IDbConnection, String)
Creates a generic command of type Stored Procedure and assigns the specified command text and default command time-out to it.

See Also

SqlCommandFactory Class

SqlCommandFactory Members

Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace