Class TypeSchema<T>
- Namespace
- Rinku
- Assembly
- Rinku.dll
Describes the columns T maps to without opening a database connection.
Each item gives the column name, CLR type, and nullability.
public static class TypeSchema<T>
Type Parameters
TThe type whose columns to describe.
- Inheritance
-
TypeSchema<T>
- Inherited Members
Properties
Schema
The columns of T, in the order the mapper reads them.
public static ColumnInfo[] Schema { get; }