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