Show / Hide Table of Contents

    Class SqlServerSchemaLoader.UserDefinedTypesSchemaNames

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

    Fields

    AssemblyName

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

    CreateDate

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

    CultureInfo

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

    IsFixedLength

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

    MaxLength

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

    PermissionSetDesc

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

    PublicKey

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

    UdtName

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

    VersionBuild

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

    VersionMajor

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

    VersionMinor

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

    VersionRevision

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