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