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