Table of Contents

Method GetFieldName

Namespace
Moments
Assembly
GrindFest.dll

GetFieldName<U>(Expression<Func<T, U>>)

public string GetFieldName<U>(Expression<Func<T, U>> fieldAccess)

Parameters

fieldAccess Expression<Func<T, U>>

Returns

string

Type Parameters

U