次の方法で共有


DbGeography.AsText メソッド

定義

この DbGeography 値の既知のテキスト表現を生成します。 ポイントの Longitude と Latitude のみが含まれます。

public virtual string AsText ();
abstract member AsText : unit -> string
override this.AsText : unit -> string
Public Overridable Function AsText () As String

戻り値

この DbGeography 値の既知のテキスト表現を含む文字列。

適用対象