Clone()
|
Clones the current query.
|
Deserialize(IDataLayer, String)
static
|
|
Deserialize(XPDictionary, String)
static
|
Creates an instance of the XPQuery<T> class from its string representation.
|
Deserialize(Session, String)
static
|
Creates an instance of the XPQuery<T> class from its string representation.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
ExecuteAsync<S>(Expression, CancellationToken)
|
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
InTransaction()
|
Creates an InTransaction instance of an XPQuery<T> based on the current XPQuery<T> instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Serialize()
|
Converts the current XPQueryBase class instance to string representation.
|
ToString()
|
Returns a string that represents the current object.
|
TransformExpression(XPDictionary, Expression<Func<T, Boolean>>, CustomCriteriaCollection)
static
|
|
TransformExpression(Session, Expression<Func<T, Boolean>>, CustomCriteriaCollection)
static
|
Intended for internal use.
|
TransformExpression(Session, Expression<Func<T, Boolean>>)
static
|
Converts a lambda expression into an instance of the CriteriaOperator class descendant.
|
TransformExpression(Expression<Func<T, Boolean>>, CustomCriteriaCollection)
|
Intended for internal use.
|
TransformExpression(Expression<Func<T, Boolean>>)
|
Converts a lambda expression into an instance of the CriteriaOperator class descendant.
|
WithCustomCriteria(CustomCriteriaCollection)
|
Intended for internal use.
|
WithCustomCriteria(ICustomCriteriaOperatorQueryable)
|
Intended for internal use.
|
WithDeleted()
|
Creates an XPQuery<T> based on the current XPQuery<T> instance. The new query retrieves objects specified by the original query and also selects objects marked as deleted that match that query.
|