SpatialEdmFunctions.AsText(DbExpression) 方法

定義

建立 DbFunctionExpression 一個,並呼叫標準的「AsText」函式,並指定參數,該函數必須有 Edm.Geography 或 Edm.Geometry 的結果類型。 表達式的結果類型為Edm.String。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ AsText(System::Data::Common::CommandTrees::DbExpression ^ spatialValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression AsText(this System.Data.Common.CommandTrees.DbExpression spatialValue);
static member AsText : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function AsText (spatialValue As DbExpression) As DbFunctionExpression

參數

spatialValue
DbExpression

一個表達式,指定已知文本表示應從何處產生的空間值。

傳回

一個新的 DbFunctionExpression,回傳著名的文字表示。spatialValue

例外狀況

spatialValue

spatialValue

適用於