QueryRun.getQueryRowCount(Query, Int32) 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.
public:
static int getQueryRowCount(Dynamics::AX::Application::Query ^ _query, int _maxRows);
public static int getQueryRowCount (Dynamics.AX.Application.Query _query, int _maxRows);
static member getQueryRowCount : Dynamics.AX.Application.Query * int -> int
Public Shared Function getQueryRowCount (_query As Query, _maxRows As Integer) As Integer
Parameters
- _query
- Query
- _maxRows
- Int32