Click or drag to resize
ReflectionGetFieldName Method
get the name of a passed parameter

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetFieldName(
	Expression<Func<Object>> memberExpression
)

Parameters

memberExpression
Type: System.Linq.ExpressionsExpressionFuncObject
() => variable

Return Value

Type: String
variable name
See Also