TdxEMFDataProviderOptions.AutoCreate Property
Specifies the actions that the data provider performs on connecting to a data store.
Declaration
property AutoCreate: TdxAutoCreateOption read; write; default TdxAutoCreateOption.None;
Property Value
Type | Default |
---|---|
TdxAutoCreateOption | None |
Remarks
Refer to the TdxAutoCreateOption type description for details on available options.
The default value of the AutoCreate property is TdxAutoCreateOption.None.
See Also