C# 클래스 Signum.Engine.SqlPreCommandConcat

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

공개 메소드들

메소드 설명
Clone ( ) : SqlPreCommand
Leaves ( ) : IEnumerable

보호된 메소드들

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

비공개 메소드들

메소드 설명
SqlPreCommandConcat ( Spacing spacing, SqlPreCommand commands ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : SqlPreCommand
리턴 SqlPreCommand

Leaves() 공개 메소드

public Leaves ( ) : IEnumerable
리턴 IEnumerable

PlainSql() 보호된 메소드

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