FormComboBoxControl.dataRelationPath Method

Definition

Overloads

dataRelationPath()

Gets or sets the period-delimited list of relations that links the field binding of the DataField object to a relative table.

dataRelationPath(String)

dataRelationPath()

Gets or sets the period-delimited list of relations that links the field binding of the DataField object to a relative table.

public:
 override System::String ^ dataRelationPath();
public override string dataRelationPath ();
override this.dataRelationPath : unit -> string
Public Overrides Function dataRelationPath () As String

Returns

The period-delimited list of relations that links the field binding of the DataField object to a relative table.

Remarks

This method is used by the reference group control to track exactly which relations produce the replacement field that is used. It enables the reference group control to bind consistently to the controls that it contains.

Applies to

dataRelationPath(String)

public:
 override System::String ^ dataRelationPath(System::String ^ _value);
public override string dataRelationPath (string _value);
override this.dataRelationPath : string -> string
Public Overrides Function dataRelationPath (_value As String) As String

Parameters

_value
String

The string that contains the period-delimited list of relations; optional.

Returns

Applies to