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