From: Joslat <jos...@ro...> - 2016-04-21 13:46:33
|
Hi, There is any way to validate the Transaction configuration after Starting it? If I create a transaction options with FbTransactionBehavior.Wait, for example, And start the transaction with BeginTransaction, like: this.conn.BeginTransaction(new FbTransactionOptions() { TransactionBehavior = FbTransactionBehavior.Wait}); After this the transaction object on the connection appears as "unspecified". How can I check the current active transaction options of the current transaction? Thanks, Jose -- View this message in context: http://firebird.1100200.n4.nabble.com/Unspecified-Transaction-after-creation-tp4643287.html Sent from the firebird-net-provider mailing list archive at Nabble.com. |