Share via


GetRecordCount 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]

Retrieves the number of Axapta records.

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

Syntax

'Declaration
<SecurityCriticalAttribute> _
Public Function GetRecordCount As Integer
'Usage
Dim instance As AxaptaWrapper
Dim returnValue As Integer

returnValue = instance.GetRecordCount()
[SecurityCriticalAttribute]
public int GetRecordCount()
[SecurityCriticalAttribute]
public:
int GetRecordCount()

Return Value

Type: System.Int32
The number of Axatpa records.

See Also

Reference

AxaptaWrapper Class

Microsoft.Dynamics.Framework.Reports Namespace