GetFullPropertyName(T, TProperty) Method

Dal.Audit

Helpers..::..GetFullPropertyName<(Of <(<'T, TProperty>)>)> Method

Gets the full name of the property.

Namespace:  Dal.Audit
Assembly:  Dal.Audit (in Dal.Audit.dll)

Syntax


public static string GetFullPropertyName<T, TProperty>(
	Expression<Func<T, TProperty>> exp
)

Type Parameters

T
TProperty
The type of the t property.

Parameters

exp
Type: Expression<(Of <(<'Func<(Of <(<'T, TProperty>)>)>>)>)>
The exp.

Return Value

System.String.