public virtual DbCommand CreateCommand(string sql, CommandType commandType, Object[] parameters);
commandType Type of command to create
parameters Parameter values that map to @0,@1 or DbParameter objects created with CreateParameter()