DictField.relationObject Method

Returns a DictRelation object for the field if the field is based on an extended data type that has a relation.

Syntax

public DictRelation relationObject([int arrayIndex])

Run On

Called

Parameters

  • arrayIndex
    Type: int

Return Value

Type: DictRelation Class
A DictRelation object that represents the relations for the field; nullNothingnullptrunita null reference (Nothing in Visual Basic) if there no relations are defined for the field, or if the field is not based on an extended data type.

See Also

DictField Class

DictRelation Class