SqlMapper class
namespace: Serenity.Data assembly: Serenity.Net.Data
Dapper wrapper
public static class SqlMapper
Public Members
| name | description |
|---|---|
| static Execute(…) | Execute parameterized SQL |
| static Query(…) | Return a list of dynamic objects, reader is closed after the call (5 methods) |
| static Query<TValue>(…) | Return a list of values, reader is closed after the call |
| static Query<T>(…) | Return a list of objects, reader is closed after the call |
See Also
- Source: DapperCore.cs