EntityTypeBuilderTEntityDataPropertyTValue Method Breeze.sharp
Returns null if not found

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

public DataPropertyBuilder DataProperty<TValue>(
	Expression<Func<TEntity, TValue>> propExpr
)

Parameters

propExpr
Type: System.Linq.ExpressionsExpressionFuncTEntity, TValue

Type Parameters

TValue

Return Value

Type: DataPropertyBuilder
See Also

Reference