Query.newObject(Object) Method
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.
Creates a query that exists on the same client side or server side as the source query.
public:
virtual Dynamics::AX::Application::Query ^ newObject(System::Object ^ _source);
public virtual Dynamics.AX.Application.Query newObject (object _source);
abstract member newObject : obj -> Dynamics.AX.Application.Query
override this.newObject : obj -> Dynamics.AX.Application.Query
Public Overridable Function newObject (_source As Object) As Query
Parameters
- _source
- Object
The source query.
Returns
The new query.