Used to define the 'inverse' foreign key property associated with this NavigationProperty. This method will only
be needed in unusual cases.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public NavigationPropertyBuilder<TEntity, TTarget> HasInverseForeignKey<TValue>( Expression<Func<TTarget, TValue>> propExpr )
Parameters
- propExpr
- Type: System.Linq.ExpressionsExpressionFuncTTarget, TValue
Type Parameters
- TValue
Return Value
Type: NavigationPropertyBuilderTEntity, TTargetSee Also