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