DbGeography.StartPoint プロパティ
[このページは、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 StartPoint As DbGeography
Get
'使用
Dim instance As DbGeography
Dim value As DbGeography
value = instance.StartPoint
public DbGeography StartPoint { get; }
public:
property DbGeography^ StartPoint {
DbGeography^ get ();
}
member StartPoint : DbGeography
function get StartPoint () : DbGeography
プロパティ値
型 : System.Data.Entity.Spatial.DbGeography
この値の始点を表す DbGeography 値。