Overload List
Name | Description | |
---|---|---|
![]() | ExecuteSqlStatementAsScalarT(String) |
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.
|
![]() | ExecuteSqlStatementAsScalarT(String, IEnumerableSqlParameter) |
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.
|
![]() | ExecuteSqlStatementAsScalarT(String, SqlParameter) |
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.
|
![]() | ExecuteSqlStatementAsScalar(String, SqlParameter) |
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.
|
![]() | ExecuteSqlStatementAsScalarT(String, Int32) |
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.
|
![]() | ExecuteSqlStatementAsScalarT(String, IEnumerableSqlParameter, Int32) |
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.
|
![]() | ExecuteSqlStatementAsScalar(String, IEnumerableSqlParameter, Int32) |
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.
|
See Also