Show / Hide Table of Contents

    Class SqlServerSchemaLoader.IndexesSchemaNames

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

    Fields

    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

    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

    TypeDesc

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