Common Constructors
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
Common() | |
Common(Int32) | |
Common(ICursor) |
Common()
public:
Common();
public Common ();
Public Sub New ()
Applies to
Common(Int32)
public:
Common(int tableId);
public Common (int tableId);
new Microsoft.Dynamics.Ax.Xpp.Common : int -> Microsoft.Dynamics.Ax.Xpp.Common
Public Sub New (tableId As Integer)
Parameters
- tableId
- Int32
Applies to
Common(ICursor)
public:
Common(Microsoft::Dynamics::AX::DataAccess::Kernel::ICursor ^ cqlCursor);
public Common (Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor cqlCursor);
new Microsoft.Dynamics.Ax.Xpp.Common : Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor -> Microsoft.Dynamics.Ax.Xpp.Common
Public Sub New (cqlCursor As ICursor)
Parameters
- cqlCursor
- Microsoft.Dynamics.AX.DataAccess.Kernel.ICursor