C# 클래스 Signum.Engine.SqlPreCommandSimple

상속: SqlPreCommand
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
AddComment ( string comment ) : SqlPreCommandSimple
AlterSql ( string sql ) : void
Clone ( ) : SqlPreCommand
Leaves ( ) : IEnumerable
SqlPreCommandSimple ( string sql ) : System
SqlPreCommandSimple ( string sql, List parameters ) : System

보호된 메소드들

메소드 설명
PlainSql ( StringBuilder sb ) : void

비공개 메소드들

메소드 설명
Encode ( object value ) : string

메소드 상세

AddComment() 공개 메소드

public AddComment ( string comment ) : SqlPreCommandSimple
comment string
리턴 SqlPreCommandSimple

AlterSql() 공개 메소드

public AlterSql ( string sql ) : void
sql string
리턴 void

Clone() 공개 메소드

public Clone ( ) : SqlPreCommand
리턴 SqlPreCommand

Leaves() 공개 메소드

public Leaves ( ) : IEnumerable
리턴 IEnumerable

PlainSql() 보호된 메소드

protected PlainSql ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

SqlPreCommandSimple() 공개 메소드

public SqlPreCommandSimple ( string sql ) : System
sql string
리턴 System

SqlPreCommandSimple() 공개 메소드

public SqlPreCommandSimple ( string sql, List parameters ) : System
sql string
parameters List
리턴 System