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

InMemoryDataStore(DataSet, AutoCreateOption, Boolean) Constructor

OBSOLETE

Use DataSetDataStore class or .ctor without DataSet instead

Initializes a new instance of the InMemoryDataStore class.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Parameters

Name Type
data DataSet
autoCreateOption AutoCreateOption
caseSensitive Boolean
See Also