C# 클래스 MySql.Data.Entity.ListFragment

상속: SqlFragment
파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Fragments List

공개 메소드들

메소드 설명
Append ( SqlFragment s ) : void
Append ( string s ) : void
ListFragment ( string sep ) : System.Collections.Generic
WriteSql ( StringBuilder sql ) : void

메소드 상세

Append() 공개 메소드

public Append ( SqlFragment s ) : void
s SqlFragment
리턴 void

Append() 공개 메소드

public Append ( string s ) : void
s string
리턴 void

ListFragment() 공개 메소드

public ListFragment ( string sep ) : System.Collections.Generic
sep string
리턴 System.Collections.Generic

WriteSql() 공개 메소드

public WriteSql ( StringBuilder sql ) : void
sql System.Text.StringBuilder
리턴 void

프로퍼티 상세

Fragments 공개적으로 프로퍼티

public List Fragments
리턴 List