Click or drag to resize
PropertyHelperExtractNameT Method (T, ExpressionFuncT, Object)
Retrieves the name of a property from the lambda expression passed across. Returns null if the expression refers to anything other than a simple property.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ExtractName<T>(
	T unused,
	Expression<Func<T, Object>> selectorExpression
)

Parameters

unused
Type: T
selectorExpression
Type: System.Linq.ExpressionsExpressionFuncT, Object

Type Parameters

T

Return Value

Type: String
See Also