C# 클래스 MicroLite.Builder.InsertSqlBuilder

상속: SqlBuilderBase, IInsertIntoTable, IInsertColumn, IInsertValue
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

메소드 설명
Columns ( ) : IInsertValue
Into ( Type forType ) : IInsertColumn
Into ( string table ) : IInsertColumn
Values ( ) : IToSqlQuery

비공개 메소드들

메소드 설명
InsertSqlBuilder ( SqlCharacters sqlCharacters ) : System

Initialises a new instance of the InsertSqlBuilder class with the starting command text 'INSERT INTO '.

Into ( IObjectInfo objectInfo ) : IInsertColumn

메소드 상세

Columns() 공개 메소드

public Columns ( ) : IInsertValue
리턴 IInsertValue

Into() 공개 메소드

public Into ( Type forType ) : IInsertColumn
forType System.Type
리턴 IInsertColumn

Into() 공개 메소드

public Into ( string table ) : IInsertColumn
table string
리턴 IInsertColumn

Values() 공개 메소드

public Values ( ) : IToSqlQuery
리턴 IToSqlQuery