BlendingDetailsKey Property |
|
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.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<ColumnKeyDetail> Key { get; set; }
Public Property Key As List(Of ColumnKeyDetail)
Get
Set
public:
virtual property List<ColumnKeyDetail^>^ Key {
List<ColumnKeyDetail^>^ get () sealed;
void set (List<ColumnKeyDetail^>^ value) sealed;
}
function get_Key();
function set_Key(value);
Return Value
Type:
ListColumnKeyDetailA list of ColumnKeydetail objects that define the key to be used to join the two source data tables
Implements
BlendingDetails_BlendingDetailsKeySee Also