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.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
data | DataSet |
autoCreateOption | AutoCreateOption |
caseSensitive | Boolean |
See Also