Click or drag to resize

MapTPocoColumnTProp Method (ExpressionFuncTPoco, TProp)

Sets the mapping for the expression using the default options.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Map<TPoco> Column<TProp>(
	Expression<Func<TPoco, TProp>> column
)

Parameters

column
Type: System.Linq.ExpressionsExpressionFuncTPoco, TProp

Type Parameters

TProp

Return Value

Type: MapTPoco
See Also