Show / Hide Table of Contents

    Class SqlServerSchemaLoader.ViewColumnsSchemaNames

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

    Fields

    ColumnName

    Declaration
    public const string ColumnName = "COLUMN_NAME"
    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

    ViewCatalog

    Declaration
    public const string ViewCatalog = "VIEW_CATALOG"
    Field Value
    Type Description
    System.String

    ViewName

    Declaration
    public const string ViewName = "VIEW_NAME"
    Field Value
    Type Description
    System.String

    ViewSchema

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