EntityTypeGetNavigationProperty Method Breeze.sharp
Returns the NavigationProperty with the specified name. Returns null if none is found.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public NavigationProperty GetNavigationProperty(
	string npName
)

Parameters

npName
Type: SystemString

Return Value

Type: NavigationProperty
See Also

Reference