Example #1
0
 public static string GetPropertyPath(InternalMemberEntry property)
 {
     return(string.Join(".", DbHelpers.GetPropertyPathSegments(property).Reverse <string>()));
 }