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

MediaDataObject(Session) Constructor

Used to initialize a new instance of a MediaDataObject descendant in a specific Session.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

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