DataColumn.AllowDBNull プロパティ
アセンブリ: System.Data (system.data.dll 内)
構文Dim instance As DataColumn Dim value As Boolean value = instance.AllowDBNull instance.AllowDBNull = value
/** @property */ public boolean get_AllowDBNull () /** @property */ public void set_AllowDBNull (boolean value)
null 値を格納できる場合は true。それ以外の場合は false。既定値は true です。
使用例新しい DataColumn を作成し、この列の AllowDBNull プロパティを true に設定する例を次に示します。
プラットフォームWindows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からDataColumn.AllowDBNull プロパティを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からDataColumn.AllowDBNull プロパティ
を検索
- DataColumn.AllowDBNull プロパティのページへのリンク