If True the Query_Name is name of a table, otherwise is name of a query that can be filtered with Filter_Xml. . [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsTable { get; set; }
Public Property IsTable As Boolean
Get
Set
public:
property bool IsTable {
bool get ();
void set (bool value);
}
member IsTable : bool with get, set
Property Value
Type:
Boolean
See Also