Implemented interface member:
method
GetForeignKeyPath
System.Web.DynamicData.IMetaForeignKeyColumn.GetForeignKeyPath(System.String, System.Object)
2 references to GetForeignKeyPath
System.Web.DynamicData (2)
DynamicData\FieldTemplateUserControl.cs (1)
228return ForeignKeyColumn.GetForeignKeyPath(PageAction.Details, Row);
DynamicData\MetaForeignKeyColumn.cs (1)
164return GetForeignKeyPath(PageAction.Details, row);