Share via


NativeCommonImplementation Constructors

Definition

Overloads

NativeCommonImplementation(Common)
NativeCommonImplementation(Common, ICursor)
NativeCommonImplementation(Common, Int32)

NativeCommonImplementation(Common)

public:
 NativeCommonImplementation(Microsoft::Dynamics::Ax::Xpp::Common ^ common);
public NativeCommonImplementation (Microsoft.Dynamics.Ax.Xpp.Common common);
new Microsoft.Dynamics.Ax.Xpp.NativeCommonImplementation : Microsoft.Dynamics.Ax.Xpp.Common -> Microsoft.Dynamics.Ax.Xpp.NativeCommonImplementation
Public Sub New (common As Common)

Parameters

common
Common

Applies to

NativeCommonImplementation(Common, ICursor)

public:
 NativeCommonImplementation(Microsoft::Dynamics::Ax::Xpp::Common ^ common, Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ cqlCursor);
public NativeCommonImplementation (Microsoft.Dynamics.Ax.Xpp.Common common, Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor cqlCursor);
new Microsoft.Dynamics.Ax.Xpp.NativeCommonImplementation : Microsoft.Dynamics.Ax.Xpp.Common * Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Microsoft.Dynamics.Ax.Xpp.NativeCommonImplementation
Public Sub New (common As Common, cqlCursor As ICursor)

Parameters

common
Common
cqlCursor
Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor

Applies to

NativeCommonImplementation(Common, Int32)

public:
 NativeCommonImplementation(Microsoft::Dynamics::Ax::Xpp::Common ^ common, int tableId);
public NativeCommonImplementation (Microsoft.Dynamics.Ax.Xpp.Common common, int tableId);
new Microsoft.Dynamics.Ax.Xpp.NativeCommonImplementation : Microsoft.Dynamics.Ax.Xpp.Common * int -> Microsoft.Dynamics.Ax.Xpp.NativeCommonImplementation
Public Sub New (common As Common, tableId As Integer)

Parameters

common
Common
tableId
Int32

Applies to