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