The IDbCommandExtensions type exposes the following members.

Methods

  Name Description
Public method Static member ExecuteBoolean
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteByte
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteBytes
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteChar
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteChars
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteDateTime
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteDecimal
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteDouble
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteGuid
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteInt16
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteInt32
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteInt64
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteSingle
Executes the query and returns the first column of the first row in the resultset returned by the query.
Public method Static member ExecuteString
Executes the query and returns the first column of the first row in the resultset returned by the query.

See Also