Click or drag to resize
UdtMap<T>.Map<TProperty> Method
Configures the driver to map the specified property on the .NET Type to the specified UDT field name.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax
C#
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