Click or drag to resize
IDbFactory Properties

The IDbFactory type exposes the following members.

Properties
  NameDescription
Public propertyCommandCount
获取Command数,间接反应了执行了多少次数据操作
Public propertyConnection
获取当前数据库连接串
Public propertyLastSql
最后一个Command SQL
Public propertyName
获取当前工厂名称描述
Public propertyNestedTransaction
获取是否为并行(嵌套)事务
Public propertySqlBuilder
返回可用的SqlBuilder对象
Public propertyTransaction
获取当前正在执行的事务
Public propertyTransactionLayer
获取为并行(嵌套)事务时的当前事务层级
Top
See Also