共用方式為


SchemaTableColumn.AllowDBNull 欄位

定義

指定是否允許值 DBNull

public: static initonly System::String ^ AllowDBNull;
public static readonly string AllowDBNull;
 staticval mutable AllowDBNull : string
Public Shared ReadOnly AllowDBNull As String 

欄位值

備註

如果允許 DBNull,則傳回字串 「true」 ;否則為 「false」。。

注意

避免將主鍵數據行設定 AllowDbNull 為 「true」。 定義為主鍵的數據行可以設定為 AllowDbNull,但無法為其指派 Null 值。

適用於

另請參閱