QueryBlendingDetails Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an object that defines the properties required for a blending query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BlendingDetails BlendingDetails { get; set; }
Public Property BlendingDetails As BlendingDetails
Get
Set
public:
virtual property BlendingDetails^ BlendingDetails {
BlendingDetails^ get () sealed;
void set (BlendingDetails^ value) sealed;
}
function get_BlendingDetails();
function set_BlendingDetails(value);
Return Value
Type:
BlendingDetailsAn object that defines the properties required for a blending query
See Also