DbGeography.IsEmpty 属性

定义

获取一个可为 null 的布尔值,指示此 DbGeography 值是否为空。

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

属性值

如果此 DbGeography 值为空,则为 True;否则为 false。

适用于