A newer version of this page is available.
Switch to the current version.
IDataStore.AutoCreateOption Property
When implemented by a class, returns which operations are performed when a data store is accessed for the first time.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v18.2.dll
Declaration
AutoCreateOption AutoCreateOption { get; }
ReadOnly Property AutoCreateOption As AutoCreateOption
Property Value
Type | Description |
---|---|
AutoCreateOption | An AutoCreateOption value that specifies which operations are performed when a data store is accessed for the first time. |
Remarks
In most cases, this property is initialized in the constructor of the class that implements the IDataStore interface.
See Also
Feedback