Table of Contents

Method GetMappedSourceMemberForPropertyName

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

GetMappedSourceMemberForPropertyName<T, TResult>(string)

Gets the mapped source member for the specified property name.

MemberInfo GetMappedSourceMemberForPropertyName<T, TResult>(string propertyName)

Parameters

propertyName string

The name of the property.

Returns

MemberInfo

The mapped source member.

Type Parameters

T

The source type.

TResult

The result type.