DbSpatialServices.CreateGeography 方法

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

在进行指定提供程序值的合适验证后,此方法主要由 GeographyFromProviderValue(Object) 的派生实现使用,以确保其适用于派生实现。

命名空间:  System.Data.Entity.Spatial
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Protected Shared Function CreateGeography ( _
    spatialServices As DbSpatialServices, _
    providerValue As Object _
) As DbGeography
用法
Dim spatialServices As DbSpatialServices 
Dim providerValue As Object 
Dim returnValue As DbGeography 

returnValue = DbSpatialServices.CreateGeography(spatialServices, _
    providerValue)
protected static DbGeography CreateGeography(
    DbSpatialServices spatialServices,
    Object providerValue
)
protected:
static DbGeography^ CreateGeography(
    DbSpatialServices^ spatialServices, 
    Object^ providerValue
)
static member CreateGeography : 
        spatialServices:DbSpatialServices * 
        providerValue:Object -> DbGeography
protected static function CreateGeography(
    spatialServices : DbSpatialServices, 
    providerValue : Object
) : DbGeography

参数

返回值

类型:System.Data.Entity.Spatial.DbGeography
一个新的 DbGeography 实例,包含指定的 providerValue,使用指定的 spatialServices 作为其空间实现。

请参阅

参考

DbSpatialServices 类

System.Data.Entity.Spatial 命名空间