SpatialEdmFunctions.GeographyPointFromText メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定された引数で正規の 'GeographyPointFromText' 関数を呼び出す DbFunctionExpression を作成します。
名前空間: System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Spatial
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Shared Function GeographyPointFromText ( _
pointWellKnownText As DbExpression, _
coordinateSystemId As DbExpression _
) As DbFunctionExpression
'使用
Dim pointWellKnownText As DbExpression
Dim coordinateSystemId As DbExpression
Dim returnValue As DbFunctionExpression
returnValue = SpatialEdmFunctions.GeographyPointFromText(pointWellKnownText, _
coordinateSystemId)
public static DbFunctionExpression GeographyPointFromText(
DbExpression pointWellKnownText,
DbExpression coordinateSystemId
)
public:
static DbFunctionExpression^ GeographyPointFromText(
DbExpression^ pointWellKnownText,
DbExpression^ coordinateSystemId
)
static member GeographyPointFromText :
pointWellKnownText:DbExpression *
coordinateSystemId:DbExpression -> DbFunctionExpression
public static function GeographyPointFromText(
pointWellKnownText : DbExpression,
coordinateSystemId : DbExpression
) : DbFunctionExpression
パラメーター
- pointWellKnownText
型 : System.Data.Entity.Core.Common.CommandTrees.DbExpression
地理のポイント値の既知のテキスト表現を提供する式。
- coordinateSystemId
型 : System.Data.Entity.Core.Common.CommandTrees.DbExpression
地理のポイント値の座標系 systempointWellKnownTextValue の座標系 ID (SRID) を提供する式。
戻り値
型 : System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
標準 'GeographyPointFromText' 関数。
参照
参照
System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder.Spatial 名前空間