DbProviderServices.DbGetSpatialServices Method (String)

 
Note: This API is now obsolete.

Gets the spatial services for the DbProviderServices.

Namespace:   System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

[ObsoleteAttribute("Return DbSpatialServices from the GetService method. See http://go.microsoft.com/fwlink/?LinkId=260882 for more information.")]
protected virtual DbSpatialServices DbGetSpatialServices(
	string manifestToken
)

Parameters

manifestToken
Type: System.String

The token information associated with the provider manifest.

Return Value

Type: System.Data.Entity.Spatial.DbSpatialServices

The spatial services.