Used to define the nonscalar Inverse navigation property associated with this NavigationProperty.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public NavigationPropertyBuilder<TEntity, TTarget> HasInverse( Expression<Func<TTarget, NavigationSet<TEntity>>> propExpr )
Parameters
- propExpr
- Type: System.Linq.ExpressionsExpressionFuncTTarget, NavigationSetTEntity
Return Value
Type: NavigationPropertyBuilderTEntity, TTargetSee Also