MapTPocoColumnTProp Method (ExpressionFuncTPoco, TProp) |
Sets the mapping for the expression using the default options.
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Map<TPoco> Column<TProp>(
Expression<Func<TPoco, TProp>> column
)
Parameters
- column
- Type: System.Linq.ExpressionsExpressionFuncTPoco, TProp
Type Parameters
- TProp
Return Value
Type:
MapTPocoSee Also