Click or drag to resize
IApplicationOptionProvider Interface

[Missing <summary> documentation for "T:X3Platform.Apps.IDAL.IApplicationOptionProvider"]

Namespace: X3Platform.Apps.IDAL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IApplicationOptionProvider

The IApplicationOptionProvider type exposes the following members.

Methods
  NameDescription
Public methodBeginTransaction
启动事务
Public methodBeginTransaction(IsolationLevel)
启动事务
Public methodCommitTransaction
提交事务
Public methodCreateGenericSqlCommand
创建通用SQL命令对象
Public methodDelete
删除记录
Public methodFindAll
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetPaging
分页函数
Public methodInsert
添加记录
Public methodIsExistName
查询是否存在相关的记录
Public methodRollBackTransaction
回滚事务
Public methodSave
保存记录
Public methodUpdate
修改记录
Top
See Also