Click or drag to resize

UdtMapTMapTProperty Method

Configures the driver to map the specified property on the .NET Type to the specified UDT field name.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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: UdtMapT
See Also