C1.DataCollection Assembly / C1.DataCollection Namespace / FilterExpression Class

FilterExpression Class Methods

For a list of all members of this type, see FilterExpression members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Combines a range of expressions using the specified logical operator.  
Public Method  
Public Methodstatic (Shared in Visual Basic)Creates a FilterExpression from a string.  
Public Method  
Public Methodstatic (Shared in Visual Basic)Gets the query back from the expression. If the query can not be determined it returns an empty string.  
Top
Extension Methods
 NameDescription
Public Extension MethodGets the expression corresponding to the specified scope.
Public Extension MethodGets whether the expression belongs to the specified scope.
Public Extension MethodRemoves the expression in the specified scope.
Public Extension MethodReplaces the expression in the specified scope by the newExpression.
Top
See Also