Click or drag to resize
BlendingDetailsCopyDetails Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a list of ColumnCopyDetails that define how data should be copied from the source data tables to the target data table

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

Return Value

Type: ListColumnCopyDetails
A list of ColumnCopyDetails that define how data should be copied from the source data tables to the target data table

Implements

BlendingDetails_BlendingDetailsCopyDetails
See Also