ISqlOperationInterceptor.ExecuteReader method
namespace: Serenity.Data assembly: Serenity.Net.Services
Intercepts SqlHelper.ExecuteReader method.
public OptionalValue<IDataReader> ExecuteReader(string commandText,
IDictionary<string, object> parameters, SqlQuery query)
| parameter | description |
|---|---|
| commandText | Command text |
| parameters | The parameters. |
| query | The query |
See Also
- struct OptionalValue<T>
- class SqlQuery
- interface ISqlOperationInterceptor