Click or drag to resize
BlendingDetailsKey Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a list of ColumnKeydetail objects that define the key to be used to join the two source data tables

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<ColumnKeyDetail> Key { get; set; }

Return Value

Type: ListColumnKeyDetail
A list of ColumnKeydetail objects that define the key to be used to join the two source data tables

Implements

BlendingDetails_BlendingDetailsKey
See Also