AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentFinalizeTarget

    Explicit table target for finalize actions when a table name is not unique across the whole component inventory.

    Use this only for cross-component name collisions. Unique table names should still be referenced by name alone.

    Samchon

    interface AutoBeDatabaseComponentFinalizeTarget {
        name: string;
        namespace: string;
    }
    Index

    Properties

    Properties

    name: string

    Exact existing table name inside the component.

    namespace: string

    Exact existing component namespace containing the table.