Back to Devexpress

XPObjectSource.SkipReturnedRecords Property

xpo-devexpress-dot-xpo-dot-xpobjectsource-1f7ca96b.md

latest1.1 KB
Original Source

XPObjectSource.SkipReturnedRecords Property

Specifies the number of records to exclude when loading data.

Namespace : DevExpress.Xpo

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

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

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the number of records to exclude when loading data.

|

See Also

XPObjectSource Class

XPObjectSource Members

DevExpress.Xpo Namespace