IApplicationErrorProvider Interface |
[Missing <summary> documentation for "T:X3Platform.Apps.IDAL.IApplicationErrorProvider"]
Namespace: X3Platform.Apps.IDAL
The IApplicationErrorProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginTransaction | 启动事务 |
![]() | BeginTransaction(IsolationLevel) | 启动事务 |
![]() | CommitTransaction | 提交事务 |
![]() | Delete | 删除记录 |
![]() | FindAll | 查询所有相关记录 |
![]() | FindOne | 查询某条记录 |
![]() | FindOneByCode | 查询某条记录 |
![]() | GetPaging | 分页函数 |
![]() | Insert | 添加记录 |
![]() | IsExist | 查询是否存在相关的记录 |
![]() | RollBackTransaction | 回滚事务 |
![]() | Save | 保存记录 |
![]() | Update | 修改记录 |