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