DataViewExpression Constructors
Specifies a data view column name and expression used to compute the column value.Name | Parameters | Description |
---|---|---|
DataViewExpression(String, CriteriaOperator) | name, expression | Initializes a new instance of the DataViewExpression class. |
DataViewExpression(String, String) | name, expression | Initializes a new instance of the DataViewExpression class. |
See Also