C1.DataCollection Assembly / C1.DataCollection Namespace / ScopedFilterExpressionEx Class / ReplaceExpressionInScope Method
The original expression.
The property path used to determine the part of the original expression that will be replaced.
The new expression that will replace a part of the original one.

In This Topic
ReplaceExpressionInScope Method
In This Topic
Replaces the expression in the specified scope by the newExpression.
Syntax
'Declaration
 
Public Shared Function ReplaceExpressionInScope( _
   ByVal expression As FilterExpression, _
   ByVal scope As String, _
   ByVal newExpression As FilterExpression _
) As FilterExpression
 

Parameters

expression
The original expression.
scope
The property path used to determine the part of the original expression that will be replaced.
newExpression
The new expression that will replace a part of the original one.
See Also