Click or drag to resize
ImportableDBForeignKeyConstraintAppliedToTable Property
Gets or sets the table this FK constraint is applied to, i.e. the FK side.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public ImportableDBTable AppliedToTable { get; set; }

Property Value

Type: ImportableDBTable
See Also