Class SqlServerSchemaLoader.ForeignKeysSchemaNames
Inheritance
System.Object
SqlServerSchemaLoader.ForeignKeysSchemaNames
Assembly: Kros.Utils.dll
Syntax
public static class ForeignKeysSchemaNames
Fields
ConstraintCatalog
Declaration
public const string ConstraintCatalog = "CONSTRAINT_CATALOG"
Field Value
Type |
Description |
System.String |
|
ConstraintName
Declaration
public const string ConstraintName = "CONSTRAINT_NAME"
Field Value
Type |
Description |
System.String |
|
ConstraintSchema
Declaration
public const string ConstraintSchema = "CONSTRAINT_SCHEMA"
Field Value
Type |
Description |
System.String |
|
ConstraintType
Declaration
public const string ConstraintType = "CONSTRAINT_TYPE"
Field Value
Type |
Description |
System.String |
|
InitiallyDeferred
Declaration
public const string InitiallyDeferred = "INITIALLY_DEFERRED"
Field Value
Type |
Description |
System.String |
|
IsDeferrable
Declaration
public const string IsDeferrable = "IS_DEFERRABLE"
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 |
|