Query 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
Query() | |
Query(IntPtr) | |
Query(Object) | |
Query(Object, Boolean) |
Query()
public:
Query();
public Query ();
Public Sub New ()
Applies to
Query(IntPtr)
public:
Query(IntPtr ptr1);
public Query (IntPtr ptr1);
new Dynamics.AX.Application.Query : nativeint -> Dynamics.AX.Application.Query
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
Query(Object)
public:
Query(System::Object ^ _source);
public Query (object _source);
new Dynamics.AX.Application.Query : obj -> Dynamics.AX.Application.Query
Public Sub New (_source As Object)
Parameters
- _source
- Object
Applies to
Query(Object, Boolean)
public:
Query(System::Object ^ _source, bool usedAsReference);
public Query (object _source, bool usedAsReference);
new Dynamics.AX.Application.Query : obj * bool -> Dynamics.AX.Application.Query
Public Sub New (_source As Object, usedAsReference As Boolean)
Parameters
- _source
- Object
- usedAsReference
- Boolean