EasyObjects.NET Programmers Reference

EasyObject.LoadFromSqlScalar Method

Return a value from a SQL query or stored procedure without affecting the EasyObject.

Overload List

Return a value from a SQL query or stored procedure without affecting the EasyObject.

protected object LoadFromSqlScalar(DBCommandWrapper);

Return a value from a SQL query or stored procedure without affecting the EasyObject.

protected object LoadFromSqlScalar(string);

Return a value from a SQL query or stored procedure without affecting the EasyObject.

protected object LoadFromSqlScalar(string,ListDictionary);

Return a value from a SQL query or stored procedure without affecting the EasyObject.

protected object LoadFromSqlScalar(string,ListDictionary,CommandType);

Return a value from a SQL query or stored procedure without affecting the EasyObject.

protected object LoadFromSqlScalar(string,ListDictionary,CommandType,int);

See Also

EasyObject Class | NCI.EasyObjects Namespace