C# 클래스 MicroLite.Builder.DeleteSqlBuilder

상속: WriteSqlBuilderBase, IDeleteFrom
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

메소드 설명
From ( Type forType ) : IWhere
From ( string table ) : IWhere

비공개 메소드들

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

Initialises a new instance of the DeleteSqlBuilder class with the starting command text 'DELETE FROM '.

From ( IObjectInfo objectInfo ) : IWhere

메소드 상세

From() 공개 메소드

public From ( Type forType ) : IWhere
forType System.Type
리턴 IWhere

From() 공개 메소드

public From ( string table ) : IWhere
table string
리턴 IWhere