Back to Devexpress

XPObjectSource.TopReturnedRecords Property

xpo-devexpress-dot-xpo-dot-xpobjectsource-c7853188.md

latest1.2 KB
Original Source

XPObjectSource.TopReturnedRecords Property

Specifies the maximum number of retrieved records.

Namespace : DevExpress.Xpo

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[DefaultValue(0)]
public int TopReturnedRecords { get; set; }
vb
<DefaultValue(0)>
Public Property TopReturnedRecords As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the maximum number of retrieved records.

|

Remarks

If the TopReturnedRecords value is 0 , then all records are retrieved.

See Also

XPObjectSource Class

XPObjectSource Members

DevExpress.Xpo Namespace