Click or drag to resize
PropertyHelperExtractName Method (Expression)
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(
	Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression

Return Value

Type: String
See Also