Common.AssignMapTable 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
AssignMapTable(Common) | |
AssignMapTable(Common, Common) |
AssignMapTable(Common)
public:
void AssignMapTable(Microsoft::Dynamics::Ax::Xpp::Common ^ sourceTable);
public void AssignMapTable (Microsoft.Dynamics.Ax.Xpp.Common sourceTable);
member this.AssignMapTable : Microsoft.Dynamics.Ax.Xpp.Common -> unit
Public Sub AssignMapTable (sourceTable As Common)
Parameters
- sourceTable
- Common
Applies to
AssignMapTable(Common, Common)
public:
static void AssignMapTable(Microsoft::Dynamics::Ax::Xpp::Common ^ source, Microsoft::Dynamics::Ax::Xpp::Common ^ target);
public static void AssignMapTable (Microsoft.Dynamics.Ax.Xpp.Common source, Microsoft.Dynamics.Ax.Xpp.Common target);
static member AssignMapTable : Microsoft.Dynamics.Ax.Xpp.Common * Microsoft.Dynamics.Ax.Xpp.Common -> unit
Public Shared Sub AssignMapTable (source As Common, target As Common)
Parameters
- source
- Common
- target
- Common