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