From: Геннадий З. <zab...@gm...> - 2015-06-16 06:16:21
|
Use Linq^ string[] tables = .... .... LockTables = tables.ToDictionary(x=>x, FbTransactionBehavior.LockRead | FbTransactionBehavior.Exclusive) But this will cause all table to have same FbTransactionBehavior. On Tue, Jun 16, 2015 at 7:50 AM, Jiří Činčura <ji...@ci...> wrote: > You can’t use string[]. You need to specify the locking, hence the IDictionary. > > -- > Mgr. Jiří Činčura > Independent IT Specialist > > ------------------------------------------------------------------------------ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |