2 writes to ipi_SqlGeometry_Z
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1252
this.
ipi_SqlGeometry_Z
= new Singleton<PropertyInfo>(() => { PropertyInfo result = FindSqlGeometryProperty("Z"); Debug.Assert(result != null, "Could not retrieve PropertyInfo for SqlGeometry member Z"); return result; });
1367
this.
ipi_SqlGeometry_Z
= from.ipi_SqlGeometry_Z;
2 references to ipi_SqlGeometry_Z
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
815
object result =
ipi_SqlGeometry_Z
.Value.GetValue(sqlGeometryValue, null);
1367
this.ipi_SqlGeometry_Z = from.
ipi_SqlGeometry_Z
;