ReportQueryReferencePath Property |
A sequence of table names and foreign key columns that define how the data will be loaded by this query. For example - Gen_Documents/Enterprise_Company_Id/Company_Id - will load the definition of the company for the enterprise company of a document. [Required]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ReferencePath { get; set; }
Public Property ReferencePath As String
Get
Set
public:
property String^ ReferencePath {
String^ get ();
void set (String^ value);
}
member ReferencePath : string with get, set
Property Value
Type:
String
See Also