DbGeography.Area Propriedade

Definição

Obtém um valor double anulável que indica a área desse valor DbGeography, que pode ser nulo se esse valor não representa uma superfície.Gets a nullable double value that indicates the area of this DbGeography value, which may be null if this value does not represent a surface.

public:
 property Nullable<double> Area { Nullable<double> get(); };
public double? Area { get; }
member this.Area : Nullable<double>
Public ReadOnly Property Area As Nullable(Of Double)

Valor da propriedade

Nullable<Double>

Um valor duplo anulável que indica a área desse valor de DbGeography.A nullable double value that indicates the area of this DbGeography value.

Aplica-se a