'DeclarationPublic Overloads Function GetSpatialServices( _ ByVal key As System.Data.Entity.Infrastructure.DbProviderInfo _ ) As System.Data.Entity.Spatial.DbSpatialServices
'UsageDim instance As VistaDBProviderServices Dim key As System.Data.Entity.Infrastructure.DbProviderInfo Dim value As System.Data.Entity.Spatial.DbSpatialServices value = instance.GetSpatialServices(key)
public System.Data.Entity.Spatial.DbSpatialServices GetSpatialServices( System.Data.Entity.Infrastructure.DbProviderInfo key )
Parameters
- key
- Information about the database that the spatial services will be used for.
Return Value
The spatial services.