Show / Hide Table of Contents

    Class SqlServerSchemaLoader.ProceduresSchemaNames

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

    Fields

    Created

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

    LastAltered

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

    RoutineCatalog

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

    RoutineName

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

    RoutineSchema

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

    RoutineType

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

    SpecificCatalog

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

    SpecificName

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

    SpecificSchema

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