SystemObjectAllowLookupEdit Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this system supports editing the lookups in the query wizard
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowLookupEdit { get; set; }
Public Property AllowLookupEdit As Boolean
Get
Set
public:
virtual property bool AllowLookupEdit {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowLookupEdit();
function set_AllowLookupEdit(value);
Property Value
Type:
BooleanTrue if this system editing the lookups in the query wizard
Return Value
Type:
BooleanTrue if this system editing the lookups in the query wizard
Remarks See Also