SqlSpatialServices.GeographyFromProviderValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new DbGeography value based on a provider-specific value that is compatible with this spatial services implementation.
public override System.Data.Entity.Spatial.DbGeography GeographyFromProviderValue (object providerValue);
override this.GeographyFromProviderValue : obj -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyFromProviderValue (providerValue As Object) As DbGeography
Parameters
- providerValue
- Object
A provider-specific value that this spatial services implementation is capable of interpreting as a geography value.
Returns
A new DbGeography value backed by this spatial services implementation and the specified provider value.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework