Load the EasyObject with the results from a SQL query or stored procedure.
Load the EasyObject with the results from a SQL query or stored procedure.
protected bool LoadFromSql(DBCommandWrapper);
Load the EasyObject with the results from a SQL query or stored procedure.
protected bool LoadFromSql(string);
Load the EasyObject with the results from a SQL query or stored procedure.
protected bool LoadFromSql(string,ListDictionary);
Load the EasyObject with the results from a SQL query or stored procedure.
protected bool LoadFromSql(string,ListDictionary,CommandType);
EasyObject Class | NCI.EasyObjects Namespace