Execute a SQL query or stored procedure without affecting the EasyObject.
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);
EasyObject Class | NCI.EasyObjects Namespace