EasyObjects.NET Programmers Reference

EasyObject.LoadFromSql Method

Load the EasyObject with the results from a SQL query or stored procedure.

Overload List

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);

See Also

EasyObject Class | NCI.EasyObjects Namespace