Skip to main content
.NET 6.0+

XPCursor(Type) Constructor

Initializes a new instance of the XPCursor class with the default Session.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPCursor(
    Type objType
)

Parameters

Name Type Description
objType Type

The type of persistent objects to include in the collection.

See Also