Click or drag to resize
ConnectionHelperExecuteScalar Method
Overload List
  NameDescription
Public methodStatic memberExecuteScalar(String, QueryDataParameters, QueryMacros)
Executes the query and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
Public methodStatic memberExecuteScalar(String, QueryDataParameters, QueryTypeEnum, Boolean)
Executes the query and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
Top
See Also