DbGeography.IsEmpty Property

Definition

Gets a nullable Boolean value indicating whether this DbGeography value is empty.

public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

True if this DbGeography value is empty; otherwise, false.

Applies to