UdtMapTMapTProperty Method |
Configures the driver to map the specified property on the .NET Type to the specified UDT field name.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax public 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:
UdtMapTSee Also