Execute a SqlCommand (that returns a 1x1 resultset and takes no parameters) against the database specified in
the connection string.
[Visual Basic] Overloads Public Shared Function ExecuteScalar( _ ByVal context As SqlContext, _ ByVal commandType As CommandType, _ ByVal commandText As String, _ ParamArray commandParameters As SqlParameter() _ ) As Object