Interface IMultipleResultReader
多结果集读取器接口
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IMultipleResultReader
Methods
| Improve this Doc View SourceRead<T>()
获取结果集
Declaration
IEnumerable<T> Read<T>()
Returns
Type | Description |
---|---|
IEnumerable<T> | 实体集合 |
Type Parameters
Name | Description |
---|---|
T | 结果集实体类型 |