Click or drag to resize
EF Visual Editor

ModelClassLocalNavigationProperties Method

All navigation properties defined in this class

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> LocalNavigationProperties(
	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 defined in this class, except those listed in the parameter
See Also