ComponentOne DataObjects for .NET
CalculationExpression Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : CalculationExpression Property
Gets or sets the expression producing the result of a calculation.
Syntax
'Declaration
 
Public Property CalculationExpression As System.String
public System.string CalculationExpression {get; set;}
Remarks
The Field's CalculationExpression property corresponds to the C1.Data.FieldCalculationInfo.Expression property of the first C1.Data.FieldCalculationInfo object in the Calculations collection. Since in most cases Calculations consists of a single calculation, this field property, together with Field's CalculationCondition and CalculationFireEvent makes it easier to specify a single calculation for a field, without using the collection editor.
See Also

Reference

Field Class
Field Members
Table Fields