Member Junction
    Preparing search index...

    Current state of a single column.

    interface ExistingColumnInfo {
        IsNullable: boolean;
        MaxLength: number;
        Name: string;
        Precision: number;
        Scale: number;
        SqlType: string;
    }
    Index

    Properties

    IsNullable: boolean
    MaxLength: number
    Name: string
    Precision: number
    Scale: number
    SqlType: string