UdtMap<T>.Map<TProperty> Method |
Configures the driver to map the specified property on the .NET Type to the specified UDT field name.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax public virtual UdtMap<T> Map<TProperty>(
Expression<Func<T, TProperty>> propertyExpression,
string udtFieldName
)
Parameters
- propertyExpression
- Type: System.Linq.Expressions.Expression<Func<T, TProperty>>
- udtFieldName
- Type: System.String
Type Parameters
- TProperty
Return Value
Type:
UdtMap<T>See Also