INullable 介面

定義

所有的 System.Data.SqlTypes 物件和結構都會實作 INullable 介面。

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

備註

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

屬性

IsNull

指出結構是否為 null。 這個屬性是唯讀的。

適用於

另請參閱