CalculatedField Constructors
A calculated field.| Name | Parameters | Description |
|---|---|---|
| CalculatedField() | none | Initializes a new instance of the CalculatedField class with the default settings. |
| CalculatedField(Object, String) | dataSource, dataMember | Initializes a new instance of the CalculatedField class with the specified data source and data member. |
See Also