IMapBuilderContext<TResult>.Map Method (PropertyInfo)

Adds a property mapping to the context for property.

Namespace: Microsoft.Practices.EnterpriseLibrary.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

IMapBuilderContextMap<TResult, Object> Map(
    PropertyInfo property
)
'Declaration
Function Map ( 
    property As PropertyInfo
) As IMapBuilderContextMap(Of TResult, Object)
IMapBuilderContextMap<TResult, Object^>^ Map(
    PropertyInfo^ property
)

Parameters

Return Value

Type: IMapBuilderContextMap<TResult, Object>
The fluent interface that can be used to specify how to map this property.

See Also

IMapBuilderContext<TResult> Interface

IMapBuilderContext<TResult> Members

Map Overload

Microsoft.Practices.EnterpriseLibrary.Data Namespace