Skip to main content
.NET 6.0+

ModelDifference(Session) Constructor

Initializes a new instance of the ModelDifference class.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

public ModelDifference(
    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