Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[Browsable(false)]
public bool CanCreateSchema { get; }

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