Skip to main content
.NET 6.0+

InMemoryDataStore(DataSet, AutoCreateOption) Constructor

OBSOLETE

Use DataSetDataStore class or .ctor without DataSet instead

This constructor is obsolete.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Obsolete("Use DataSetDataStore class or .ctor without DataSet instead")]
[Browsable(false)]
public InMemoryDataStore(
    DataSet data,
    AutoCreateOption autoCreateOption
)

Parameters

Name Type
data DataSet
autoCreateOption AutoCreateOption
See Also