Click or drag to resize
DeletedFKs Class
Class to define FKs which were removed during DB separation. Is used in DB join.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineDeletedFKs

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public class DeletedFKs

The DeletedFKs type exposes the following members.

Constructors
  NameDescription
Public methodDeletedFKs
Top
Properties
  NameDescription
Public propertyFKName
Name of the foreign key.
Public propertyPKColumn
Primary key column.
Public propertyPKTable
Table with primary key.
Public propertyReferencingColumn
Foreign key column.
Public propertyReferencingTable
Table with foreign key.
Top
See Also