Click or drag to resize
ReadOnlyQueryCollectionT Methods

The ReadOnlyQueryCollectionT generic type exposes the following members.

Methods
  NameDescription
Public methodAny
Return true if there is any item in collection.
Public methodCount
Returns the count of items in the collection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFirstOrDefault
Returns first item or default value if empty.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLastOrDefault
Returns last item or default value if empty.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSingleOrDefault
Returns a single item or default value if empty.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVisit
Visits expression and delegates call to different to branch.
(Inherited from ExpressionVisitor.)
Public methodVisitBinary
Visits the binary expression.
(Inherited from ExpressionVisitor.)
Public methodVisitConstant
Visits the constance expression. To be implemented by user.
(Inherited from ExpressionVisitor.)
Public methodVisitLamda
Visits the lambda expression.
(Inherited from ExpressionVisitor.)
Public methodVisitMemberAccess
Visits the memeber access expression. To be implemented by user.
(Inherited from ExpressionVisitor.)
Public methodVisitMethodCall
Visits the method call expression.
(Inherited from ExpressionVisitor.)
Public methodVisitNew
Visits the new type expression.
(Inherited from ExpressionVisitor.)
Public methodVisitUnary
Visits the unary expression.
(Inherited from ExpressionVisitor.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
See Also