5 references to FindSqlGeographyProperty
System.Data.Entity (5)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (5)
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; });
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; });
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; });
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; });
1195
this.ipi_SqlGeography_M = new Singleton<PropertyInfo>(() => { PropertyInfo result =
FindSqlGeographyProperty
("M"); Debug.Assert(result != null, "Could not retrieve PropertyInfo for SqlGeography member M"); return result; });