Table of Contents

Method GetFullPropertyName

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

GetFullPropertyName<T, S>(Expression<Func<T, S>>)

Gets the full name of the property specified by the expression.

public static string GetFullPropertyName<T, S>(Expression<Func<T, S>> expression)

Parameters

expression Expression<Func<T, S>>

The expression representing the property.

Returns

string

The full name of the property.

Type Parameters

T

The type of the object containing the property.

S

The type of the property.

GetFullPropertyName<T>(Expression<Func<T, object>>)

Gets the full name of the property specified by the expression.

public static string GetFullPropertyName<T>(Expression<Func<T, object>> expression)

Parameters

expression Expression<Func<T, object>>

The expression representing the property.

Returns

string

The full name of the property.

Type Parameters

T

The type of the object containing the property.