Overload List
Name | Description | |
---|---|---|
CreateCommand(IDbConnection, String, array<String>[]()[][]) |
Simplify the creation of an IDbCommand object by allowing
a stored procedure and optional parameters to be provided
| |
CreateCommand(String, String, array<String>[]()[][]) |
Simplify the creation of an IDbCommand object by allowing
a stored procedure and optional parameters to be provided
| |
CreateCommand(IDbConnection, String, CommandType, array<IDataParameter>[]()[][]) |
Simplify the creation of an IDbCommand object by allowing
a stored procedure and optional parameters to be provided
| |
CreateCommand(String, String, CommandType, array<IDataParameter>[]()[][]) |
Simplify the creation of an IDbCommand object by allowing
a stored procedure and optional parameters to be provided
|