共用方式為


DbSpatialServices.CreateGeometry 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 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

參數

傳回值

類型:System.Data.Entity.Spatial.DbGeometry
新的 DbGeometry 執行個體,其中包含指定的 providerValue,並且使用指定的 spatialServices 做為其空間實作。

請參閱

參考

DbSpatialServices 類別

System.Data.Entity.Spatial 命名空間