Appends a new QuerySegment to the existing Query
The Segment to be added
Executes the Query expression Usage:
const query = new Query(q => q.TypeIs(ContentTypes.Task).And.Equals('DisplayName', 'Test'))
query.Exec().subscribe(result=>{
console.log(result);
})
The Query expression as a sensenet Content Query
Generated using TypeDoc
Represents a finialized Query instance that has a Repository, path and OData Parameters set up