Interface IQueryParameters<TParent>
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Query parameters interface.
public interface IQueryParameters<TParent> : IQueryParameters, IQueryObject
Type Parameters
TParent
Type of Query instance.
- Inherited Members
- Extension Methods
Methods
GetTypedQuery()
Returns specifically typed instance of current Query object to allow user to compose Query in fluent syntax.
TParent GetTypedQuery()
Returns
- TParent