DBForeignKeyConstraintFkFieldsFormFullPk Property |
Gets a value indicating whether the fk fields together form the PK of the table this FK constraint applies to.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax [AllowInFilterAttribute(3)]
public bool FkFieldsFormFullPk { get; }
<AllowInFilterAttribute(3)>
Public ReadOnly Property FkFieldsFormFullPk As Boolean
Get
Property Value
Type:
BooleanSee Also