C# 클래스 MicroLite.Builder.UpdateSqlBuilder

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

공개 메소드들

메소드 설명
SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere
Table ( Type forType ) : ISetOrWhere
Table ( string tableName ) : ISetOrWhere

비공개 메소드들

메소드 설명
Table ( IObjectInfo objectInfo ) : ISetOrWhere
UpdateSqlBuilder ( SqlCharacters sqlCharacters ) : System

Initialises a new instance of the UpdateSqlBuilder class with the starting command text 'UPDATE '.

메소드 상세

SetColumnValue() 공개 메소드

public SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere
columnName string
columnValue object
리턴 ISetOrWhere

Table() 공개 메소드

public Table ( Type forType ) : ISetOrWhere
forType System.Type
리턴 ISetOrWhere

Table() 공개 메소드

public Table ( string tableName ) : ISetOrWhere
tableName string
리턴 ISetOrWhere