Show / Hide Table of Contents

    Class MsAccessSchemaLoader.TablesSchemaNames

    Inheritance
    System.Object
    MsAccessSchemaLoader.TablesSchemaNames
    Namespace: Kros.Data.Schema.MsAccess
    Assembly: Kros.Utils.MsAccess.dll
    Syntax
    public static class TablesSchemaNames

    Fields

    DateCreated

    Declaration
    public const string DateCreated = "DATE_CREATED"
    Field Value
    Type Description
    System.String

    DateModified

    Declaration
    public const string DateModified = "DATE_MODIFIED"
    Field Value
    Type Description
    System.String

    Description

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

    TableCatalog

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

    TableGuid

    Declaration
    public const string TableGuid = "TABLE_GUID"
    Field Value
    Type Description
    System.String

    TableName

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

    TablePropid

    Declaration
    public const string TablePropid = "TABLE_PROPID"
    Field Value
    Type Description
    System.String

    TableSchema

    Declaration
    public const string TableSchema = "TABLE_SCHEMA"
    Field Value
    Type Description
    System.String

    TableType

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