Esempio n. 1
0
 public static string ToColumnName(this PropertyPath propertyPath, string pathSeparator)
 {
     return(propertyPath.ToString().Replace(".", pathSeparator));
 }