Common.RepeatableRead 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.
Overloads
RepeatableRead(SelectQuery) | |
RepeatableRead() |
RepeatableRead(SelectQuery)
public:
void RepeatableRead(Microsoft::Dynamics::AX::DataAccess::StatementGenerator::SelectQuery ^ selectQuery);
public void RepeatableRead (Microsoft.Dynamics.AX.DataAccess.StatementGenerator.SelectQuery selectQuery);
member this.RepeatableRead : Microsoft.Dynamics.AX.DataAccess.StatementGenerator.SelectQuery -> unit
Public Sub RepeatableRead (selectQuery As SelectQuery)
Parameters
- selectQuery
- Microsoft.Dynamics.AX.DataAccess.StatementGenerator.SelectQuery
Applies to
RepeatableRead()
public:
void RepeatableRead();
public void RepeatableRead ();
member this.RepeatableRead : unit -> unit
Public Sub RepeatableRead ()