Property | Type | Description |
---|
Method | Description | |
---|---|---|
QueryHintDbCommandInterceptor ( Rock dbContext, QueryHintType hintType ) : System.Data.Entity.Infrastructure.Interception |
Initializes a new instance of the QueryHintDbCommandInterceptor class.
|
|
QueryHintDbCommandInterceptor ( Rock dbContext, string hint ) : System.Data.Entity.Infrastructure.Interception |
Initializes a new instance of the QueryHintDbCommandInterceptor class.
|
|
ReaderExecuting ( System command, DbCommandInterceptionContext |
|
public QueryHintDbCommandInterceptor ( Rock dbContext, QueryHintType hintType ) : System.Data.Entity.Infrastructure.Interception | ||
dbContext | Rock | The database context. |
hintType | QueryHintType | Type of the hint. |
return | System.Data.Entity.Infrastructure.Interception |
public QueryHintDbCommandInterceptor ( Rock dbContext, string hint ) : System.Data.Entity.Infrastructure.Interception | ||
dbContext | Rock | The database context. |
hint | string | The hint. |
return | System.Data.Entity.Infrastructure.Interception |
public ReaderExecuting ( System command, DbCommandInterceptionContext |
||
command | System | |
interceptionContext | DbCommandInterceptionContext |
|
return | void |