Share via


xRecord.merge(Common) Method

Definition

Merges the current table with the specified table.

public:
 virtual void merge(Microsoft::Dynamics::Ax::Xpp::Common ^ _mergeInto);
public virtual void merge (Microsoft.Dynamics.Ax.Xpp.Common _mergeInto);
abstract member merge : Microsoft.Dynamics.Ax.Xpp.Common -> unit
override this.merge : Microsoft.Dynamics.Ax.Xpp.Common -> unit
Public Overridable Sub merge (_mergeInto As Common)

Parameters

_mergeInto
Common

The table to merge with.

Applies to