Statement 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
Statement() | |
Statement(Connection) | |
Statement(IntPtr) |
Statement()
public:
Statement();
public Statement ();
Public Sub New ()
Applies to
Statement(Connection)
public:
Statement(Dynamics::AX::Application::Connection ^ connection);
public Statement (Dynamics.AX.Application.Connection connection);
new Dynamics.AX.Application.Statement : Dynamics.AX.Application.Connection -> Dynamics.AX.Application.Statement
Public Sub New (connection As Connection)
Parameters
- connection
- Connection
Applies to
Statement(IntPtr)
public:
Statement(IntPtr ptr1);
public Statement (IntPtr ptr1);
new Dynamics.AX.Application.Statement : nativeint -> Dynamics.AX.Application.Statement
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint