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