UpdateDataCubeJoinOptions Class

The DTO class for specifying how to update an existing data cube join.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateDataCubeJoinOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class UpdateDataCubeJoinOptions

The UpdateDataCubeJoinOptions type exposes the following members.

Constructors
 NameDescription
Public methodUpdateDataCubeJoinOptions Initializes a new instance of the UpdateDataCubeJoinOptions class.
Top
Properties
 NameDescription
Public propertyInputKeys Gets the join input keys.
Public propertyJoinTransformId Gets the join transform itself.
Public propertyJoinType Gets the join type.
Public propertyReferencedKeys Gets the join referenced keys.
Top
See Also