8 references to CreateGeometry
System.Data.Entity (8)
System\Data\Spatial\DefaultSpatialServices.cs (7)
469
return
CreateGeometry
(this, expectedValue);
478
return DbSpatialServices.
CreateGeometry
(this, backingValue);
485
return DbSpatialServices.
CreateGeometry
(this, backingValue);
539
return DbSpatialServices.
CreateGeometry
(this, backingValue);
546
return DbSpatialServices.
CreateGeometry
(this, backingValue);
600
return DbSpatialServices.
CreateGeometry
(this, backingValue);
607
return DbSpatialServices.
CreateGeometry
(this, backingValue);
System\Data\SqlClient\SqlSpatialServices.cs (1)
194
return this.SqlTypes.IsSqlGeometryNull(normalizedProviderValue) ? null : DbSpatialServices.
CreateGeometry
(this, normalizedProviderValue);