Implemented interface member:
property
IsPrimaryKeyInThisTable
System.Web.DynamicData.IMetaForeignKeyColumn.IsPrimaryKeyInThisTable
1 reference to IsPrimaryKeyInThisTable
System.Web.DynamicData (1)
DynamicData\FieldTemplateFactory.cs (1)
187
if (mode == DataBoundControlMode.Edit && ((MetaForeignKeyColumn)column).
IsPrimaryKeyInThisTable
) {