Class Table
[JsonConverter(typeof(TableJsonConverter))]
public class Table
- Inheritance
-
Table
- Inherited Members
Constructors
- Table(Table, TableOptions?)
Clone the table "
other" with an optional override for table options.
- Table(Type, TableOptions?)
Generate a table implementation from a Type object and registers its shape with the internal Dapper type mapper.
The given type is required to have the TableAttribute attribute.