Click or drag to resize
INxDerivedField Properties

The INxDerivedField type exposes the following members.

Properties
  NameDescription
Public propertyExpr
Expression of the derived field. Example: If qName is OrderDate.MyDefinition.Year, the expression is as follows: =${Mydefinition(OrderDate).Year}
Public propertyId
Identifier of the derived field. The identifier is unique.
Public propertyMethod
Method name associated to the derived field.
Public propertyName
Combination of field name, definition and method. Example: OrderDate.MyDefinition.Year
Public propertyTags
List of tags.
Top
See Also