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

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

공개 메소드들

메소드 설명
SqlAlterTableExpression ( Expression table ) : System.Collections.Generic
SqlAlterTableExpression ( Expression table, IEnumerable actions ) : System.Collections.Generic
SqlAlterTableExpression ( Expression table, IEnumerable constraintActions ) : System.Collections.Generic
SqlAlterTableExpression ( Expression table, IReadOnlyList actions ) : System.Collections.Generic
SqlAlterTableExpression ( Expression table, IReadOnlyList constraintActions ) : System.Collections.Generic

메소드 상세

SqlAlterTableExpression() 공개 메소드

public SqlAlterTableExpression ( Expression table ) : System.Collections.Generic
table System.Linq.Expressions.Expression
리턴 System.Collections.Generic

SqlAlterTableExpression() 공개 메소드

public SqlAlterTableExpression ( Expression table, IEnumerable actions ) : System.Collections.Generic
table System.Linq.Expressions.Expression
actions IEnumerable
리턴 System.Collections.Generic

SqlAlterTableExpression() 공개 메소드

public SqlAlterTableExpression ( Expression table, IEnumerable constraintActions ) : System.Collections.Generic
table System.Linq.Expressions.Expression
constraintActions IEnumerable
리턴 System.Collections.Generic

SqlAlterTableExpression() 공개 메소드

public SqlAlterTableExpression ( Expression table, IReadOnlyList actions ) : System.Collections.Generic
table System.Linq.Expressions.Expression
actions IReadOnlyList
리턴 System.Collections.Generic

SqlAlterTableExpression() 공개 메소드

public SqlAlterTableExpression ( Expression table, IReadOnlyList constraintActions ) : System.Collections.Generic
table System.Linq.Expressions.Expression
constraintActions IReadOnlyList
리턴 System.Collections.Generic