EasyObjects.NET Programmers Reference

EasyObject.LoadFromSqlNoExec Method

Execute a SQL query or stored procedure without affecting the EasyObject.

Overload List

Execute a SQL query or stored procedure without affecting the EasyObject.

protected void LoadFromSqlNoExec(DBCommandWrapper);

Execute a SQL query or stored procedure without affecting the EasyObject.

protected void LoadFromSqlNoExec(string);

Execute a SQL query or stored procedure without affecting the EasyObject.

protected void LoadFromSqlNoExec(string,ListDictionary);

Execute a SQL query or stored procedure without affecting the EasyObject.

protected void LoadFromSqlNoExec(string,ListDictionary,CommandType);

Execute a SQL query or stored procedure without affecting the EasyObject.

protected void LoadFromSqlNoExec(string,ListDictionary,CommandType,int);

See Also

EasyObject Class | NCI.EasyObjects Namespace