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