InMemoryDataStore.CanCreateSchema Property
In This Article
Gets whether the InMemoryDataStore object is allowed to create a schema in the associated DataSet.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the IData |
#Remarks
This member supports the internal infrastructure and generally there is no need to use it in your code.
See Also