EntitySetConfiguration<TEntityType>.HasEditLink Method
Configures the edit link for the entities from this entity set.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HasEditLink(Func<EntityInstanceContext<TEntityType>, String>, Boolean) | Configures the edit link for the entities from this entity set. | |
HasEditLink(Func<EntityInstanceContext<TEntityType>, Uri>, Boolean) | Configures the edit link for the entities from this entity set. |
Top