Skip to main content
A newer version of this page is available. .

DCIntermediateObject(Session) Constructor

Initializes a new instance of the DCIntermediateObject class in a particular Session.

Namespace: DevExpress.ExpressApp.DC.ClassGeneration

Assembly: DevExpress.ExpressApp.Xpo.v19.1.dll

Declaration

public DCIntermediateObject(
    Session session
)

Parameters

Name Type Description
session Session

A DevExpress.Xpo.Session object which represents a persistent object’s cache where the business object will be instantiated.

See Also