UpdateDataCubeJoinOptionsJoinType Property |
Gets the join type.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "joinType")]
public JoinOperation JoinType { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "joinType")>
Public Property JoinType As JoinOperation
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"joinType")]
property JoinOperation JoinType {
JoinOperation get ();
void set (JoinOperation value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "joinType")>]
member JoinType : JoinOperation with get, set
Property Value
Type:
JoinOperation
See Also