Creates a Command object and opens a connection
public virtual DbCommand CreateCommand(string sql, Object[] parameters)
Return Value
Parameters. Either values mapping to @0,@1,@2 etc. or DbParameter objects created with CreateParameter()
Parameters
sql
Sql string to execute
parameters
Overloads:
See also:
Class DataAccessBase© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic