Click or drag to resize
DataAccessPrepareCommand Method
Overload List
  NameDescription
Public methodPrepareCommand(String, Hashtable)
Builds an generic DbCommand according to a SQL statement and a set of parameters
Public methodPrepareCommand(DbConnection, String, Hashtable)
Builds a generic DbCommand according to a SQL statement and a set of parameters
Public methodPrepareCommand(String, Hashtable, CommandType)
Builds an generic DbCommand according to a SQL statement and a set of parameters
Public methodPrepareCommand(DbConnection, String, Hashtable, CommandType)
Builds a generic DbCommand according to a SQL statement and a set of parameters
Top
See Also