FormControl.dataRelationPath Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
 virtual System::String ^ dataRelationPath();public virtual string dataRelationPath();abstract member dataRelationPath : unit -> string
override this.dataRelationPath : unit -> stringPublic Overridable Function dataRelationPath () As StringReturns
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:
 virtual System::String ^ dataRelationPath(System::String ^ _value);public virtual string dataRelationPath(string _value);abstract member dataRelationPath : string -> string
override this.dataRelationPath : string -> stringPublic Overridable Function dataRelationPath (_value As String) As StringParameters
- _value
- String
The string that contains the period-delimited list of relations; optional.