Share via


DictField.relationObject Method

Definition

Overloads

relationObject()

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

relationObject(Int32)

relationObject()

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

public:
 virtual Dynamics::AX::Application::DictRelation ^ relationObject();
public virtual Dynamics.AX.Application.DictRelation relationObject ();
abstract member relationObject : unit -> Dynamics.AX.Application.DictRelation
override this.relationObject : unit -> Dynamics.AX.Application.DictRelation
Public Overridable Function relationObject () As DictRelation

Returns

A DictRelation object that represents the relations for the field; null, Nothing, nullptr, unit, a 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.

Applies to

relationObject(Int32)

public:
 virtual Dynamics::AX::Application::DictRelation ^ relationObject(int _arrayIndex);
public virtual Dynamics.AX.Application.DictRelation relationObject (int _arrayIndex);
abstract member relationObject : int -> Dynamics.AX.Application.DictRelation
override this.relationObject : int -> Dynamics.AX.Application.DictRelation
Public Overridable Function relationObject (_arrayIndex As Integer) As DictRelation

Parameters

_arrayIndex
Int32

Returns

Applies to