SnapDAL Library Documentation

DataFactory.ExecuteScalar Method (String, HybridDictionary)

Execute the given statement and return a single value

public object ExecuteScalar(
   string statementName,
   HybridDictionary parms
);

Parameters

statementName
Name of the statement
parms
HybridDictionary of input parameters

Return Value

The return result of the statement

Implements

IDataLayer.ExecuteScalar

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteScalar Overload List