Esempio n. 1
0
 public static string ToWkt(this DbGeography geography)
 {
     return(geography.IfNotNull(g => g.AsText()));
 }