Class MsAccessSchemaLoader.ProceduresSchemaNames
Inheritance
System.Object
MsAccessSchemaLoader.ProceduresSchemaNames
Assembly: Kros.Utils.MsAccess.dll
Syntax
public static class ProceduresSchemaNames
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 |
|
ProcedureCatalog
Declaration
public const string ProcedureCatalog = "PROCEDURE_CATALOG"
Field Value
Type |
Description |
System.String |
|
ProcedureDefinition
Declaration
public const string ProcedureDefinition = "PROCEDURE_DEFINITION"
Field Value
Type |
Description |
System.String |
|
ProcedureName
Declaration
public const string ProcedureName = "PROCEDURE_NAME"
Field Value
Type |
Description |
System.String |
|
ProcedureSchema
Declaration
public const string ProcedureSchema = "PROCEDURE_SCHEMA"
Field Value
Type |
Description |
System.String |
|
ProcedureType
Declaration
public const string ProcedureType = "PROCEDURE_TYPE"
Field Value
Type |
Description |
System.String |
|