Axapta.ExecuteStmt Method

The ExecuteStmt method executes a statement on the specified AxaptaRecord object.

The statement must be a valid Microsoft Axapta X++ statement. For example: select * from %1 where %2.Name=='Axapta'. This example statement requires that two AxaptaRecord objects be passed into the call. The %1 and %2 placeholders are automatically substituted with their corresponding record names.

Overload List

Name Description
Axapta.ExecuteStmt (String, AxaptaRecord)
The ExecuteStmt method executes a statement on the specified AxaptaRecord object.
Axapta.ExecuteStmt (String, AxaptaRecord[])
The ExecuteStmt method executes a statement on the specified array of AxaptaRecord objects.
Axapta.ExecuteStmt (String, AxaptaRecord, AxaptaRecord)
The ExecuteStmt method executes a statement on the specified pair of AxaptaRecord objects.
Axapta.ExecuteStmt (String, AxaptaRecord, AxaptaRecord, AxaptaRecord)
The ExecuteStmt method executes a statement on the specified trio of AxaptaRecord objects.

See Also

Reference

Axapta Class
Axapta Members
Microsoft.Dynamics.BusinessConnectorNet Namespace