StrataFrame Forum

TablesOnTransaction?

http://forum.strataframe.net/Topic32136.aspx

By dgsoft - 7/9/2013

Hi,

I looking for ways to get information which tables currently on transaction. 
I found what I need here:
MicroFour.StrataFrame.Data.DataLayer.DataSources has DbDataSourceItem
and  DbDataSourceItem has
Private _TablesOnTransaction As New Dictionary(Of String, List(Of DataTable))

The main problem - its PRIVATE!!..
Is there some other way get information- is current datatable under transaction?

Thanks

Denis