Expression Constructors
An expression assigned to a data source parameter.| Name | Parameters | Description |
|---|---|---|
| Expression() | none | Initializes a new instance of the Expression class with the default settings. |
| Expression(String, Type) | expressionString, resultType | Initializes a new instance of the Expression class with the specified expression and result type. |
| Expression(String) | expressionString | Initializes a new instance of the Expression class with the specified expression. |
See Also