See also
Class wwBusiness
West Wind Web Store .NET 2.0
wwBusiness.ExecuteScalar
Executes a function that returns a single value in a data table. The value is returned as an variant object or null on failure.
public object ExecuteScalar( IDbCommand SqlCommand );
Parameters
SqlCommand
Overloads:
public object ExecuteScalar( string Sql, IDbDataParameter[] Parameters );
public object ExecuteScalar( string Sql );
See also:
Class wwBusiness
Last Updated:
3/7/2007
|
Send topic feedback