Click or drag to resize
LookupIgnoreDuplicates Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this lookup will ignore rows where a row with the same description is already included

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IgnoreDuplicates { get; set; }

Property Value

Type: Boolean
True if this lookup will ignore rows where a row with the same description is already included

Return Value

Type: Boolean
True if this lookup will ignore rows where a row with the same description is already included
Remarks