InMemoryDataStore(DataSet, AutoCreateOption, Boolean) Constructor
In This Article
OBSOLETE
Use Data
Initializes a new instance of the InMemoryDataStore class.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.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 | Data |
auto |
Auto |
case |
Boolean |
See Also