C# Класс MicroLite.Mapping.TableInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TableInfo ( IList columns, IdentifierStrategy identifierStrategy, string name, string schema ) : System

Initialises a new instance of the TableInfo class.

Приватные методы

Метод Описание
ValidateColumns ( ) : void

Описание методов

TableInfo() публичный Метод

Initialises a new instance of the TableInfo class.
Thrown if columns or name are null. Thrown if no there is a problem with the column mappings.
public TableInfo ( IList columns, IdentifierStrategy identifierStrategy, string name, string schema ) : System
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