Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • 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