[OperationContract()] string DbExecuteScalar( string query, OrderedDictionary param, DbProvider provider, string connectionString, bool throwExceptions )
Parameters
- query
- SQL query
- param
- Query parameters
- provider
- Provider type
- connectionString
- Connection string
- throwExceptions
Return Value
The first column of the first row in the result set or empty string