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

InMemoryDataStore.Data Property

OBSOLETE

Use DataSetDataStore class instead of InMemoryDataStore

This property is obsolete.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use DataSetDataStore class instead of InMemoryDataStore", true)]
[Browsable(false)]
public DataSet Data { get; }

Property Value

Type
DataSet
See Also