Exemplo n.º 1
0
 public string Chache2Val() => ProperyExpression.GetNameC2 <CustomEntity>(e => e.Property_2);
Exemplo n.º 2
0
 public string ReflectionVal() => ProperyExpression.GetNameR <CustomEntity>(e => e.Property_2);
Exemplo n.º 3
0
 public string ChacheRef() => ProperyExpression.GetNameC <CustomEntity>(e => e.Property_1);
Exemplo n.º 4
0
 public string LambdaVal() => ProperyExpression.GetName <CustomEntity>(e => e.Property_2);