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

XPCursor.SelectDeleted Property

Gets or sets whether deleted objects are retrieved by the XPCursor the next time it is reloaded.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public bool SelectDeleted { get; set; }

Property Value

Type Description
Boolean

true to load deleted objects to the collection the next time it’s reloaded; otherwise, false

Remarks

Changing the SelectDeleted property’s value clears the current contents of the XPCursor.

See Also