Common.InsertRecordset(InsertQuery, Common) 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:
void InsertRecordset(Microsoft::Dynamics::AX::DataAccess::StatementGenerator::InsertQuery ^ insertQuery, Microsoft::Dynamics::Ax::Xpp::Common ^ selectionCursor);
public void InsertRecordset (Microsoft.Dynamics.AX.DataAccess.StatementGenerator.InsertQuery insertQuery, Microsoft.Dynamics.Ax.Xpp.Common selectionCursor);
member this.InsertRecordset : Microsoft.Dynamics.AX.DataAccess.StatementGenerator.InsertQuery * Microsoft.Dynamics.Ax.Xpp.Common -> unit
Public Sub InsertRecordset (insertQuery As InsertQuery, selectionCursor As Common)
Parameters
- insertQuery
- Microsoft.Dynamics.AX.DataAccess.StatementGenerator.InsertQuery
- selectionCursor
- Common