DbSpatialServices.CreateGeography 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 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
參數
- spatialServices
類型:System.Data.Entity.Spatial.DbSpatialServices
傳回 DbGeography 值的空間服務執行個體,將視它的空間功能的實作而定。
- providerValue
類型:System.Object
提供者值。
傳回值
類型:System.Data.Entity.Spatial.DbGeography
新的 DbGeography 執行個體,其中包含指定的 providerValue,並且使用指定的 spatialServices 做為其空間實作。