DbSpatialServices.CreateGeometry 方法
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
在进行指定提供程序值的合适验证后,此方法主要由 GeometryFromProviderValue(Object) 的派生实现使用,以确保其适用于派生实现。
命名空间: System.Data.Entity.Spatial
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Protected Shared Function CreateGeometry ( _
spatialServices As DbSpatialServices, _
providerValue As Object _
) As DbGeometry
用法
Dim spatialServices As DbSpatialServices
Dim providerValue As Object
Dim returnValue As DbGeometry
returnValue = DbSpatialServices.CreateGeometry(spatialServices, _
providerValue)
protected static DbGeometry CreateGeometry(
DbSpatialServices spatialServices,
Object providerValue
)
protected:
static DbGeometry^ CreateGeometry(
DbSpatialServices^ spatialServices,
Object^ providerValue
)
static member CreateGeometry :
spatialServices:DbSpatialServices *
providerValue:Object -> DbGeometry
protected static function CreateGeometry(
spatialServices : DbSpatialServices,
providerValue : Object
) : DbGeometry
参数
- spatialServices
类型:System.Data.Entity.Spatial.DbSpatialServices
返回的 DbGeometry 值将依赖它实现空间功能的空间服务实例。
- providerValue
类型:System.Object
提供程序值。
返回值
类型:System.Data.Entity.Spatial.DbGeometry
一个新的 DbGeometry 实例,包含指定的 providerValue,使用指定的 spatialServices 作为其空间实现。