FlexReport for WinForms
IsolationLevel プロパティ (DataSource)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > DataSource クラス : IsolationLevel プロパティ
Gets or sets the isolation level for DbTransaction used to retrieve the report data.

The default is IsolationLevel.ReadCommitted.

シンタックス
'宣言
 
Public Property IsolationLevel As System.Data.IsolationLevel
'使用法
 
Dim instance As DataSource
Dim value As System.Data.IsolationLevel
 
instance.IsolationLevel = value
 
value = instance.IsolationLevel
public System.Data.IsolationLevel IsolationLevel {get; set;}
参照

参照

DataSource クラス
DataSource メンバ