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