NewExpressionRef Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates an expression reference of the appropriate type that references the provided local or global expression.
Overload List
Name | Description | |
---|---|---|
NewExpressionRef(Int32) | Creates either an AlwaysTrueExpressionRef or a GlobalExpressionRef object referring to the global expression with the specified identifier. | |
NewExpressionRef(Expression) | Creates an expression reference of the appropriate type that references the provided local or global expression. |
Top