Common.Join 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.
Overloads
Join(Common) | |
Join(Int32, Common, Int32) |
Join(Common)
public:
void Join(Microsoft::Dynamics::Ax::Xpp::Common ^ joinChild);
public void Join (Microsoft.Dynamics.Ax.Xpp.Common joinChild);
member this.Join : Microsoft.Dynamics.Ax.Xpp.Common -> unit
Public Sub Join (joinChild As Common)
Parameters
- joinChild
- Common
Applies to
Join(Int32, Common, Int32)
public:
void Join(int joinType, Microsoft::Dynamics::Ax::Xpp::Common ^ joinParent, int dataset);
public void Join (int joinType, Microsoft.Dynamics.Ax.Xpp.Common joinParent, int dataset);
member this.Join : int * Microsoft.Dynamics.Ax.Xpp.Common * int -> unit
Public Sub Join (joinType As Integer, joinParent As Common, dataset As Integer)
Parameters
- joinType
- Int32
- joinParent
- Common
- dataset
- Int32