C1.DataCollection Assembly / C1.DataCollection Namespace / ScopedFilterExpressionEx Class / GetExpresssionInScope Method
The original expression.
the property path used to scope the expression.

In This Topic
GetExpresssionInScope Method
In This Topic
Gets the expression corresponding to the specified scope.
Syntax
'Declaration
 
Public Shared Function GetExpresssionInScope( _
   ByVal expression As FilterExpression, _
   ByVal scope As String _
) As FilterExpression
 

Parameters

expression
The original expression.
scope
the property path used to scope the expression.
See Also