'宣言 Public Shared Function ReplaceExpressionInScope( _ ByVal expression As FilterExpression, _ ByVal scope As System.String, _ ByVal newExpression As FilterExpression _ ) As FilterExpression
public static FilterExpression ReplaceExpressionInScope( FilterExpression expression, System.string scope, FilterExpression newExpression )
パラメータ
- 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.