SubjectLookups Property |
|
DataPA OpenAnalytics API Reference
Gets a collection of lookups required for this subject
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Lookups Lookups { get; }
Public ReadOnly Property Lookups As Lookups
Get
public:
virtual property Lookups^ Lookups {
Lookups^ get () sealed;
}
Property Value
Type:
LookupsA collection of lookups required for this subject
Return Value
Type:
LookupsA collection of lookups required for this subject
Remarks See Also