EntityTypeGetProperty Method Breeze.sharp
Returns either the DataProperty or 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 override StructuralProperty GetProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString

Return Value

Type: StructuralProperty
See Also

Reference