IDataCubeServiceModifyDataCubeJoin Method (Guid, Guid, JoinOperation, IListString, IListString, EntitySaveOptions) | 
 
            Allows the user to change the keys for a specified join operation within a 
DataCube.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxbool ModifyDataCubeJoin(
	Guid dataCubeId,
	Guid joinTransformId,
	JoinOperation joinType,
	IList<string> inputKeys,
	IList<string> referencedKeys,
	EntitySaveOptions entitySaveOptions
)
Function ModifyDataCubeJoin ( 
	dataCubeId As Guid,
	joinTransformId As Guid,
	joinType As JoinOperation,
	inputKeys As IList(Of String),
	referencedKeys As IList(Of String),
	entitySaveOptions As EntitySaveOptions
) As Boolean
bool ModifyDataCubeJoin(
	Guid dataCubeId, 
	Guid joinTransformId, 
	JoinOperation joinType, 
	IList<String^>^ inputKeys, 
	IList<String^>^ referencedKeys, 
	EntitySaveOptions^ entitySaveOptions
)
abstract ModifyDataCubeJoin : 
        dataCubeId : Guid * 
        joinTransformId : Guid * 
        joinType : JoinOperation * 
        inputKeys : IList<string> * 
        referencedKeys : IList<string> * 
        entitySaveOptions : EntitySaveOptions -> bool 
Parameters
- dataCubeId
 - Type: SystemGuid
The data cube ID. - joinTransformId
 - Type: SystemGuid
The join transform ID. - joinType
 - Type: Dundas.BI.Data.DataProviders.RelationalJoinOperation
The join type. - inputKeys
 - Type: System.Collections.GenericIListString
The input keys for the join operation. - referencedKeys
 - Type: System.Collections.GenericIListString
The referenced keys for the join operation. - entitySaveOptions
 - Type: Dundas.BI.EntitiesEntitySaveOptions
The entity save options. 
Return Value
Type: 
Boolean if the operation was successful, otherwise 
.
Exceptions
See Also