MetaForeignKeyColumn.IsPrimaryKeyInThisTable Property
.NET Framework (current version)
Gets a value that indicates whether the foreign-key field is part of the primary key of the table.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
abstract IsPrimaryKeyInThisTable : bool with get override IsPrimaryKeyInThisTable : bool with get
Property Value
Type: System.Booleantrue if the foreign-key field is part of the primary key of the table; otherwise, false.
Use the IsPrimaryKeyInThisTable property to determine whether the foreign-key field is part of the primary key of the table. This is the table that contains the foreign-key field not the parent table.
.NET Framework
Available since 3.5
Available since 3.5
Show: