Click or drag to resize
Access Properties

The Access type exposes the following members.

Properties
  NameDescription
Public propertyCommandCount
获取Command数,间接反应了执行了多少次数据操作
(Inherited from DbFactory.)
Public propertyConnection
获取数据库连接
Protected propertyDbProviderFactory
获取当前数据数据处理方法集
(Inherited from DbFactory.)
Public propertyLastSql
获取最后一个查询SQL
(Inherited from DbFactory.)
Public propertyLogger
日志撰写器 若启用日志,默认的日志管理实例受FlushInterval影响,若配置该值则应在程序执行结束后进行相应的Flush操作,Factory不会进行默认缓冲刷新
(Inherited from DbFactory.)
Public propertyName
获取当前操作对象的名称描述
(Overrides DbFactoryName.)
Public propertyNestedTransaction
获取是否为并行(嵌套)事务
(Inherited from DbFactory.)
Protected propertyParameterChar
获取创建参数时,使用的前缀,默认使用@符,如果当前操作引擎不是,请重写该属性
(Inherited from DbFactory.)
Public propertySqlBuilder
已重载
(Overrides DbFactorySqlBuilder.)
Public propertyTransaction
获取当前正在执行的事务
(Inherited from DbFactory.)
Public propertyTransactionLayer
获取为并行(嵌套)事务时的当前事务层级
(Inherited from DbFactory.)
Top
See Also