C# 클래스 MicroLite.Mapping.Attributes.TableAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

메소드 설명
TableAttribute ( string name ) : System

Initialises a new instance of the TableAttribute class.

TableAttribute ( string schema, string name ) : System

Initialises a new instance of the TableAttribute class.

메소드 상세

TableAttribute() 공개 메소드

Initialises a new instance of the TableAttribute class.
public TableAttribute ( string name ) : System
name string The name of the table.
리턴 System

TableAttribute() 공개 메소드

Initialises a new instance of the TableAttribute class.
public TableAttribute ( string schema, string name ) : System
schema string The database schema the table exists within (e.g. 'dbo'); otherwise null.
name string The name of the table.
리턴 System