DbGeography.EndPoint プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
この値の始点を表す DbGeography 値を取得します。この DbGeography 値が曲線を表していない場合は null になります。
名前空間: System.Data.Entity.Spatial
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public ReadOnly Property EndPoint As DbGeography
Get
'使用
Dim instance As DbGeography
Dim value As DbGeography
value = instance.EndPoint
public DbGeography EndPoint { get; }
public:
property DbGeography^ EndPoint {
DbGeography^ get ();
}
member EndPoint : DbGeography
function get EndPoint () : DbGeography
プロパティ値
型 : System.Data.Entity.Spatial.DbGeography
この値の始点を表す DbGeography 値。