Show / Hide Table of Contents

    Class SqlServerSchemaLoader.IndexColumnsSchemaNames

    Inheritance
    System.Object
    SqlServerSchemaLoader.IndexColumnsSchemaNames
    Namespace: Kros.Data.Schema.SqlServer
    Assembly: Kros.Utils.dll
    Syntax
    public static class IndexColumnsSchemaNames

    Fields

    ColumnName

    Declaration
    public const string ColumnName = "COLUMN_NAME"
    Field Value
    Type Description
    System.String

    ConstraintCatalog

    Declaration
    public const string ConstraintCatalog = "CONSTRAINT_CATALOG"
    Field Value
    Type Description
    System.String

    ConstraintName

    Declaration
    public const string ConstraintName = "CONSTRAINT_NAME"
    Field Value
    Type Description
    System.String

    ConstraintSchema

    Declaration
    public const string ConstraintSchema = "CONSTRAINT_SCHEMA"
    Field Value
    Type Description
    System.String

    KeyType

    Declaration
    public const string KeyType = "KEYTYPE"
    Field Value
    Type Description
    System.String

    OrdinalPosition

    Declaration
    public const string OrdinalPosition = "ORDINAL_POSITION"
    Field Value
    Type Description
    System.String

    TableCatalog

    Declaration
    public const string TableCatalog = "TABLE_CATALOG"
    Field Value
    Type Description
    System.String

    TableName

    Declaration
    public const string TableName = "TABLE_NAME"
    Field Value
    Type Description
    System.String

    TableSchema

    Declaration
    public const string TableSchema = "TABLE_SCHEMA"
    Field Value
    Type Description
    System.String
    Back to top KROS a.s.