2 writes to ipi_SqlGeography_Lat
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1192
this.
ipi_SqlGeography_Lat
= new Singleton<PropertyInfo>(() => { PropertyInfo result = FindSqlGeographyProperty("Lat"); Debug.Assert(result != null, "Could not retrieve PropertyInfo for SqlGeography member Lat"); return result; });
1307
this.
ipi_SqlGeography_Lat
= from.ipi_SqlGeography_Lat;
2 references to ipi_SqlGeography_Lat
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
325
object result =
ipi_SqlGeography_Lat
.Value.GetValue(sqlGeographyValue, null);
1307
this.ipi_SqlGeography_Lat = from.
ipi_SqlGeography_Lat
;