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

SimpleDataLayer(XPDictionary, IDataStore) Constructor

Initializes a new instance of the SimpleDataLayer class with the specified IDataStore object and metadata information.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public SimpleDataLayer(
    XPDictionary dictionary,
    IDataStore provider
)

Parameters

Name Type Description
dictionary XPDictionary

An XPDictionary object that specifies the metadata.

provider IDataStore

A IDataStore object which implements data-specific functionality.

See Also