DataAccessPrepareCommand Method |
Name | Description | |
---|---|---|
PrepareCommand(String, Hashtable) |
Builds an generic DbCommand according to a SQL statement and a set of parameters
| |
PrepareCommand(DbConnection, String, Hashtable) |
Builds a generic DbCommand according to a SQL statement and a set of parameters
| |
PrepareCommand(String, Hashtable, CommandType) |
Builds an generic DbCommand according to a SQL statement and a set of parameters
| |
PrepareCommand(DbConnection, String, Hashtable, CommandType) |
Builds a generic DbCommand according to a SQL statement and a set of parameters
|