VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderServices Class / GetSpatialServices Method / GetSpatialServices(DbProviderInfo) Method
Information about the database that the spatial services will be used for.


In This Topic
    GetSpatialServices(DbProviderInfo) Method
    In This Topic
    Gets the spatial services for the System.Data.Entity.Core.Common.DbProviderServices.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSpatialServices( _
       ByVal key As System.Data.Entity.Infrastructure.DbProviderInfo _
    ) As System.Data.Entity.Spatial.DbSpatialServices
    'Usage
     
    
    Dim 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also