QueryQueryLookups Property |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Collection QueryLookups { get; set; }
Public Property QueryLookups As Collection
Get
Set
public:
virtual property Collection^ QueryLookups {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_QueryLookups();
function set_QueryLookups(value);
Property Value
Type:
CollectionSee Also