ReadOnlyQueryCollectionT Methods |
The ReadOnlyQueryCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Any |
Return true if there is any item in collection.
|
![]() | Count |
Returns the count of items in the collection.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FirstOrDefault |
Returns first item or default value if empty.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LastOrDefault |
Returns last item or default value if empty.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SingleOrDefault |
Returns a single item or default value if empty.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Visit |
Visits expression and delegates call to different to branch.
(Inherited from ExpressionVisitor.) |
![]() | VisitBinary |
Visits the binary expression.
(Inherited from ExpressionVisitor.) |
![]() | VisitConstant |
Visits the constance expression. To be implemented by user.
(Inherited from ExpressionVisitor.) |
![]() | VisitLamda |
Visits the lambda expression.
(Inherited from ExpressionVisitor.) |
![]() | VisitMemberAccess |
Visits the memeber access expression. To be implemented by user.
(Inherited from ExpressionVisitor.) |
![]() | VisitMethodCall |
Visits the method call expression.
(Inherited from ExpressionVisitor.) |
![]() | VisitNew |
Visits the new type expression.
(Inherited from ExpressionVisitor.) |
![]() | VisitUnary |
Visits the unary expression.
(Inherited from ExpressionVisitor.) |
Name | Description | |
---|---|---|
![]() | CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |