SnapDAL Library Documentation

StatementManager.CreateStatement Method (String, IDbCommand, String, CommandType)

Creates a new statement, replacing the existing one.

public Statement CreateStatement(
   string statementName,
   IDbCommand cmd,
   string sqlText,
   CommandType cmdType
);

Return Value

See Also

StatementManager Class | SnapDAL Namespace | StatementManager.CreateStatement Overload List