C# 클래스 MicroLite.Mapping.TableInfo

파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

메소드 설명
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