Click or drag to resize
BlendingDetails Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object representing blending details for a query.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineBlendingDetails

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BlendingDetails : BlendingDetails_BlendingDetails, 
	ISerializable

The BlendingDetails type exposes the following members.

Constructors
  NameDescription
Public methodBlendingDetails
Initializes a new instance of the BlendingDetails class
Top
Methods
Fields
Properties
  NameDescription
Public propertyCopyDetails
Gets and sets a list of ColumnCopyDetails that define how data should be copied from the source data tables to the target data table
Public propertyInnerTableDefinition
Gets and sets an object that defines how the inner table used for this blending query is defined
Public propertyKey
Gets and sets a list of ColumnKeydetail objects that define the key to be used to join the two source data tables
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyOuterTableDefinition
Gets and sets an object that defines how the outer table used for this blending query is defined
Public propertyRefreshWithDependencies
Gets and sets a property that indicates whether this blending query should automatically refresh if the Outer Table or Inner Table data sets are refreshed
Top
See Also