Share via


ExecuteStmt Method

This member has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses this member throws a MethodAccessException.[SECURITY CRITICAL]

Executes a statement on the specified records.

Namespace:  Microsoft.Dynamics.Framework.Reports
Assembly:  Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)

Syntax

'Declaration
<SecurityCriticalAttribute> _
Public Sub ExecuteStmt ( _
    statement As String, _
    ParamArray paramList As AxaptaRecordWrapper() _
)
'Usage
Dim instance As AxaptaWrapper
Dim statement As String
Dim paramList As AxaptaRecordWrapper()

instance.ExecuteStmt(statement, paramList)
[SecurityCriticalAttribute]
public void ExecuteStmt(
    string statement,
    params AxaptaRecordWrapper[] paramList
)
[SecurityCriticalAttribute]
public:
void ExecuteStmt(
    String^ statement, 
    ... array<AxaptaRecordWrapper^>^ paramList
)

Parameters

See Also

Reference

AxaptaWrapper Class

Microsoft.Dynamics.Framework.Reports Namespace