SnapDAL Library Documentation

StatementManager.CreateStatement Method

Creates a new statement, replacing the existing one.

Overload List

Creates a new statement, replacing the existing one.

public Statement CreateStatement(string,Provider,string,CommandType);

Creates a new statement, replacing the existing one.

public Statement CreateStatement(string,IDbCommand,string,CommandType);

Creates a statement based on the xmlnode node

protected Statement CreateStatement(XmlNode);

See Also

StatementManager Class | SnapDAL Namespace