Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

InMemoryDataStore(DataSet, AutoCreateOption) Constructor

OBSOLETE

Use DataSetDataStore class or .ctor without DataSet instead

This constructor is obsolete.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.1.dll

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