Overload List

  NameDescription
Public methodCreateCommand(IDbConnection, String, array<String>[]()[][])
Simplify the creation of an IDbCommand object by allowing a stored procedure and optional parameters to be provided
Public methodCreateCommand(String, String, array<String>[]()[][])
Simplify the creation of an IDbCommand object by allowing a stored procedure and optional parameters to be provided
Public methodCreateCommand(IDbConnection, String, CommandType, array<IDataParameter>[]()[][])
Simplify the creation of an IDbCommand object by allowing a stored procedure and optional parameters to be provided
Public methodCreateCommand(String, String, CommandType, array<IDataParameter>[]()[][])
Simplify the creation of an IDbCommand object by allowing a stored procedure and optional parameters to be provided

See Also