C# 클래스 Shaolinq.Persistence.Linq.Expressions.SqlStatementListExpression

상속: SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
SqlStatementListExpression ( ) : System.Collections.Generic
SqlStatementListExpression ( IEnumerable statements ) : System.Collections.Generic
SqlStatementListExpression ( IReadOnlyList statements ) : System.Collections.Generic

메소드 상세

SqlStatementListExpression() 공개 메소드

public SqlStatementListExpression ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SqlStatementListExpression() 공개 메소드

public SqlStatementListExpression ( IEnumerable statements ) : System.Collections.Generic
statements IEnumerable
리턴 System.Collections.Generic

SqlStatementListExpression() 공개 메소드

public SqlStatementListExpression ( IReadOnlyList statements ) : System.Collections.Generic
statements IReadOnlyList
리턴 System.Collections.Generic