Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPCursor.Count Property

Gets the number of persistent objects within the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value which specifies the number of persistent objects within the collection.

See Also