Click or drag to resize
EF Visual Editor

ModelClassAllRequiredNavigationProperties Method

All the required navigation (1.. cardinality) properties in both this and base classes.

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public IEnumerable<NavigationProperty> AllRequiredNavigationProperties(
	params Association[] ignore
)
Request Example View Source

Parameters

ignore
Type: Sawczyn.EFDesigner.EFModelAssociation
Associations to remove from the result.

Return Value

Type: IEnumerableNavigationProperty
All required associations found, except for those in the [ignore] parameter
See Also