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