FieldTemplateUserControl.ForeignKeyColumn Property
.NET Framework (current version)
Gets the MetaForeignKeyColumn that is associated with a foreign key column.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Property Value
Type: System.Web.DynamicData.MetaForeignKeyColumnA column that represents a many-to-one relationship.
| Exception | Condition |
|---|---|
| Exception | If the MetaForeignKeyColumn is not a foreign key column. |
This class converts the MetaColumn to a MetaForeignKeyColumn. The class throws an exception if MetaColumn is not a foreign key column.
.NET Framework
Available since 3.5
Available since 3.5
Show: