ColumnExpression.IsNullable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
bool 值,指出此資料行是否可以有 Null 值。
public bool IsNullable { get; }
public abstract bool IsNullable { get; }
public virtual bool IsNullable { get; }
member this.IsNullable : bool
Public ReadOnly Property IsNullable As Boolean
Public MustOverride ReadOnly Property IsNullable As Boolean
Public Overridable ReadOnly Property IsNullable As Boolean