DbFactoryTransactionLayer Property |
获取为并行(嵌套)事务时的当前事务层级
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic virtual int TransactionLayer { get; }
Public Overridable ReadOnly Property TransactionLayer As Integer
Get
public:
virtual property int TransactionLayer {
int get ();
}
abstract TransactionLayer : int with get
override TransactionLayer : int with get
Property Value
Type:
Int32Implements
IDbFactoryTransactionLayer
See Also