Skip to content

ISqlOperationInterceptor.ExecuteScalar method

Intercepts the SqlHelperExecuteScalar method.

public OptionalValue<object> ExecuteScalar(string commandText, 
    IDictionary<string, object> parameters, SqlQuery query)
parameter description
commandText The command text.
parameters The parameters.
query The query.

See Also