Click or drag to resize
EF Visual Editor

ModelClassAllNavigationProperties Method

All navigation properties including those in superclasses

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> AllNavigationProperties(
	params Association[] ignore
)
Request Example View Source

Parameters

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

Return Value

Type: IEnumerableNavigationProperty
All navigation properties including those in superclasses, except those listed in the parameter
See Also