Condividi tramite


Proprietà DbGeography.Length

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore Double che ammette i valori Null che indica la lunghezza di questo valore DbGeography, che potrebbe essere Null se questo valore non rappresenta una curva.

Spazio dei nomi:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Length As Nullable(Of Double)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Nullable<Double>
Valore Double che ammette i valori Null che indica la lunghezza di questo valore DbGeography.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial