Class SqlServerSchemaLoader.ViewsSchemaNames
Inheritance
System.Object
SqlServerSchemaLoader.ViewsSchemaNames
Assembly: Kros.Utils.dll
Syntax
public static class ViewsSchemaNames
Fields
CheckOption
Declaration
public const string CheckOption = "CHECK_OPTION"
Field Value
Type |
Description |
System.String |
|
IsUpdatable
Declaration
public const string IsUpdatable = "IS_UPDATABLE"
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 |
|