Table of Contents

Method GetMappedSourceMemberForPropertyName

Namespace
Innova.Data.Mapper
Assembly
Innova.Data.dll

GetMappedSourceMemberForPropertyName<T, TResult>(string)

Gets the source member for the specified property name.

public MemberInfo GetMappedSourceMemberForPropertyName<T, TResult>(string propertyName)

Parameters

propertyName string

The name of the property.

Returns

MemberInfo

The source member.

Type Parameters

T

The type of the object.

TResult

The type of the property.