InMemoryDataStore.CanCreateSchema Property
Gets whether the InMemoryDataStore object is allowed to create a schema in the associated DataSet.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the IDataStore.AutoCreateOption property’s value contains the AutoCreateOption.DatabaseAndSchema or AutoCreateOption.SchemaOnly option. |
Remarks
This member supports the internal infrastructure and generally there is no need to use it in your code.
See Also