ISqlOperationInterceptor.ExecuteReader method
Intercepts the SqlHelperExecuteReader method.
public OptionalValue<IDataReader> ExecuteReader(string commandText,
IDictionary<string, object?>? parameters, SqlQuery? query)
| parameter | description |
|---|---|
| commandText | The command text. |
| parameters | The parameters. |
| query | The query. |
See Also
- struct OptionalValue<T>
- class SqlQuery
- interface ISqlOperationInterceptor