Adf Documented Class Library
Adf Documented Class Library
Adf.Db
IDbFactory Interface
IDbFactory Methods
Begin Method
Commit Method
CreateCommand Method
CreateParameter Method
Delete Method
Execute Method
GetCount Method
GetDataSet Method
GetDataTable Method
GetIdentity Method
GetList Method
GetLists Method
GetRow Method
GetScalar Method
InjectReplace Method
Insert Method
PageSql(T) Method
Rollback Method
ToSafeString Method
Update Method
IDbFactory
Rollback Method
回滚事务,当并行事务已回滚时则跳过
Namespace:
Adf.Db
Assembly:
Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
C#
VB
C++
F#
Copy
void
Rollback
()
Sub
Rollback
void
Rollback
()
abstract
Rollback
:
unit
->
unit
Return Value
Type:
当并行事务时反回是否执行了回滚操作,非并行事务返回固定
Boolean
See Also
Reference
IDbFactory Interface
Adf.Db Namespace