Member Junction
    Preparing search index...

    A single soft FK entry for additionalSchemaInfo.

    interface SoftFKEntry {
        FieldName: string;
        SchemaName: string;
        TableName: string;
        TargetFieldName: string;
        TargetSchemaName: string;
        TargetTableName: string;
    }
    Index

    Properties

    FieldName: string

    Column name that references another table.

    SchemaName: string

    Schema containing the table with the FK column.

    TableName: string

    Table containing the FK column.

    TargetFieldName: string

    Target (referenced) field name (usually "ID").

    TargetSchemaName: string

    Schema of the target (referenced) table.

    TargetTableName: string

    Target (referenced) table name.