SnapDAL Library Documentation

DataFactory.ExecuteScalar Method

Execute the given statement and return a single value

Overload List

Execute the given statement and return a single value

public object ExecuteScalar(string,HybridDictionary);

Execute the given statement and return a single value

public object ExecuteScalar(string,HybridDictionary,ref int);

Execute the given statement and return a single value

public object ExecuteScalar(string,HybridDictionary,ref int,IDbTransaction);

See Also

DataFactory Class | SnapDAL Namespace