Axapta Class
The Axapta class provides the ability to connect to the Axapta system, create Axapta classes, create Axapta records, containers, buffer objects, execute transactions, and perform other Axapta system tasks.
Namespace: Microsoft.Dynamics.BusinessConnectorNet
Assembly: Microsoft.Dynamics.BusinessConnectorNet (in Microsoft.Dynamics.BusinessConnectorNet.dll)
Syntax
'Declaration
Public Class Axapta _
Implements IDisposable
'Usage
Dim instance As Axapta
public class Axapta : IDisposable
public ref class Axapta : IDisposable
Inheritance Hierarchy
System.Object
Microsoft.Dynamics.BusinessConnectorNet.Axapta
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.