Interface IMultipleResultReader
Namespace: DapperExtensions
Assembly: DapperExtensions.StrongName.dll
Syntax
public interface IMultipleResultReader
Methods
| Improve this Doc View SourceRead<T>()
Declaration
IEnumerable<T> Read<T>()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |
Type Parameters
Name | Description |
---|---|
T |