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