DbFactoryNestedTransaction Property |
获取是否为并行(嵌套)事务
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic virtual bool NestedTransaction { get; }
Public Overridable ReadOnly Property NestedTransaction As Boolean
Get
public:
virtual property bool NestedTransaction {
bool get ();
}
abstract NestedTransaction : bool with get
override NestedTransaction : bool with get
Property Value
Type:
BooleanImplements
IDbFactoryNestedTransaction
See Also