Show / Hide Table of Contents

Interface IMultipleResultReader

多结果集读取器接口

Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IMultipleResultReader

Methods

| Improve this Doc View Source

Read<T>()

获取结果集

Declaration
IEnumerable<T> Read<T>()
Returns
Type Description
IEnumerable<T>

实体集合

Type Parameters
Name Description
T

结果集实体类型

Extension Methods

SortingExtensions.ToSortable(Object)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX