DataSourceBaseQueryName Property |
The name of the query or table that is used for root reference point of the loaded data. [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string BaseQueryName { get; set; }
Public Property BaseQueryName As String
Get
Set
public:
property String^ BaseQueryName {
String^ get ();
void set (String^ value);
}
member BaseQueryName : string with get, set
Property Value
Type:
String
See Also