DbGeography.IsEmpty 属性

定义

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

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

属性值

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

适用于