INullable 介面

定義

所有 System.Data.SqlTypes 物件和結構都實作了這個 INullable 介面。

public interface class INullable
public interface INullable
type INullable = interface
Public Interface INullable
衍生

備註

SqlTypes 可以包含 null 值,並使用資料庫語意來評估 null。 空值在資料庫中用來表示未知或缺失的值。

屬性

名稱 Description
IsNull

表示結構是否為空。 這個屬性是唯讀的。

適用於

另請參閱