次の方法で共有


DbGeography.IsEmpty プロパティ

定義

この DbGeography 値の値が空であるかどうかを示す null 許容のブール値を取得します。

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

プロパティ値

この DbGeography 値が空の場合は true。それ以外の場合は false

適用対象