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

XPCursor(Type) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.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