SqlSpatialServices.GeometryFromProviderValue Method (Object)
Creates a new DbGeometry value based on a provider-specific value that is compatible with this spatial services implementation.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
Parameters
- providerValue
-
Type:
System.Object
A provider-specific value that this spatial services implementation is capable of interpreting as a geometry value.
Return Value
Type: System.Data.Entity.Spatial.DbGeometryA new DbGeometry value backed by this spatial services implementation and the specified provider value.