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

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

공개 메소드들

메소드 설명
SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IEnumerable columnExpressions, IEnumerable tableConstraintExpressions, IEnumerable tableOptions = null ) : System.Collections.Generic
SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IReadOnlyList columnExpressions, IReadOnlyList tableConstraintExpressions, IReadOnlyList tableOptions = null ) : System.Collections.Generic
UpdateConstraints ( IReadOnlyList constraints ) : SqlCreateTableExpression
UpdateOptions ( IReadOnlyList tableOptions ) : SqlCreateTableExpression

메소드 상세

SqlCreateTableExpression() 공개 메소드

public SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IEnumerable columnExpressions, IEnumerable tableConstraintExpressions, IEnumerable tableOptions = null ) : System.Collections.Generic
table SqlTableExpression
ifNotExist bool
columnExpressions IEnumerable
tableConstraintExpressions IEnumerable
tableOptions IEnumerable
리턴 System.Collections.Generic

SqlCreateTableExpression() 공개 메소드

public SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IReadOnlyList columnExpressions, IReadOnlyList tableConstraintExpressions, IReadOnlyList tableOptions = null ) : System.Collections.Generic
table SqlTableExpression
ifNotExist bool
columnExpressions IReadOnlyList
tableConstraintExpressions IReadOnlyList
tableOptions IReadOnlyList
리턴 System.Collections.Generic

UpdateConstraints() 공개 메소드

public UpdateConstraints ( IReadOnlyList constraints ) : SqlCreateTableExpression
constraints IReadOnlyList
리턴 SqlCreateTableExpression

UpdateOptions() 공개 메소드

public UpdateOptions ( IReadOnlyList tableOptions ) : SqlCreateTableExpression
tableOptions IReadOnlyList
리턴 SqlCreateTableExpression