DbProviderServices::GetSpatialServices Method (String^)

.NET Framework (current version)
 

Gets the spatial services for the DbProviderServices.

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

public:
DbSpatialServices^ GetSpatialServices(
	String^ manifestToken
)

Parameters

manifestToken
Type: System::String^

The token information associated with the provider manifest.

Return Value

Type: System.Data.Spatial::DbSpatialServices^

The spatial services.

.NET Framework
Available since 4.5
Return to top
Show: