ImportableDBForeignKeyConstraintAppliedToTable Property |
Gets or sets the table this FK constraint is applied to, i.e. the FK side.
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public ImportableDBTable AppliedToTable { get; set; }
Public Property AppliedToTable As ImportableDBTable
Get
Set
Property Value
Type:
ImportableDBTableSee Also