UdtMapTMapTProperty 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.11.0
Syntaxpublic virtual UdtMap<T> Map<TProperty>(
	Expression<Func<T, TProperty>> propertyExpression,
	string udtFieldName
)
Parameters
- propertyExpression
 - Type: System.Linq.ExpressionsExpressionFuncT, TProperty
 - udtFieldName
 - Type: SystemString
 
Type Parameters
- TProperty
 
Return Value
Type: 
UdtMapT
See Also