Method | Description | |
---|---|---|
EnableQuerySupport ( this configuration ) : void |
Enables query support for actions with an IQueryable or IQueryable{T} return type.
|
|
EnableQuerySupport ( this configuration, IActionFilter queryFilter ) : void |
Enables query support for actions with an IQueryable or IQueryable{T} return type.
|
public static EnableQuerySupport ( this configuration ) : void | ||
configuration | this | The server configuration. |
return | void |
public static EnableQuerySupport ( this configuration, IActionFilter queryFilter ) : void | ||
configuration | this | The server configuration. |
queryFilter | IActionFilter | The action filter that executes the query. |
return | void |