PrintDocument for WinForms
Transaction プロパティ (DataSource)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 > DataSource クラス : Transaction プロパティ
Gets or sets a value indicating whether all data for all data sets that use the current data source should be fetched within a single transaction.
シンタックス
'宣言
 
Public Property Transaction As System.Boolean
'使用法
 
Dim instance As DataSource
Dim value As System.Boolean
 
instance.Transaction = value
 
value = instance.Transaction
public System.bool Transaction {get; set;}
解説
The default value of this property is false.
参照

DataSource クラス
DataSource メンバ