Метод | Описание | |
---|---|---|
TableInfo ( IList |
Initialises a new instance of the TableInfo class.
|
Метод | Описание | |
---|---|---|
ValidateColumns ( ) : void |
public TableInfo ( IList |
||
columns | IList |
The columns that are mapped for the table. |
identifierStrategy | IdentifierStrategy | The identifier strategy used by the table. |
name | string | The name of the table. |
schema | string | The database schema the table exists within (e.g. 'dbo'); otherwise null. |
Результат | System |