Common.JoinToParent(Int32, Common, Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void JoinToParent(int joinType, Microsoft::Dynamics::Ax::Xpp::Common ^ joinParent, int dataset, bool clearChild);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public void JoinToParent (int joinType, Microsoft.Dynamics.Ax.Xpp.Common joinParent, int dataset, bool clearChild);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
member this.JoinToParent : int * Microsoft.Dynamics.Ax.Xpp.Common * int * bool -> unit
Public Sub JoinToParent (joinType As Integer, joinParent As Common, dataset As Integer, clearChild As Boolean)
Parameters
- joinType
- Int32
- joinParent
- Common
- dataset
- Int32
- clearChild
- Boolean
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute