Skip to main content

InMemoryDataStore.Data Property

OBSOLETE

Use DataSetDataStore class instead of InMemoryDataStore

This property is obsolete.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

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

Property Value

Type
DataSet
See Also