PowerTools SPREAD for Windows Forms 8.0J
AllowDBNull プロパティ


テーブルに属する行のこの列でNull値が許可されるかどうかを取得または設定します。
構文
'Declaration
 
Public Property AllowDBNull As Boolean
'使用法
 
Dim instance As SpreadDataColumn
Dim value As Boolean
 
instance.AllowDBNull = value
 
value = instance.AllowDBNull
public bool AllowDBNull {get; set;}

プロパティ値

Boolean:Null値が許可される場合はTrue、それ以外の場合はFalse
参照

SpreadDataColumn クラス
SpreadDataColumn メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.