Click or drag to resize
EF Visual Editor

ModelClass.AllNavigationProperties 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.EFModel.Association[]
Associations to remove from the result

Return Value

Type: IEnumerable<NavigationProperty>
All navigation properties including those in superclasses, except those listed in the parameter
See Also