Shaolinq.Persistence.Linq.Expressions.SqlAlterTableExpression.SqlAlterTableExpression C# (CSharp) 메소드

SqlAlterTableExpression() 공개 메소드

public SqlAlterTableExpression ( Expression table ) : System.Collections.Generic
table System.Linq.Expressions.Expression
리턴 System.Collections.Generic
		public SqlAlterTableExpression(Expression table, params SqlConstraintActionExpression[] constraintActions)
			: this(table, (IEnumerable<SqlConstraintActionExpression>)constraintActions)
		{	
		}

Same methods

SqlAlterTableExpression::SqlAlterTableExpression ( Expression table, IEnumerable actions ) : System.Collections.Generic
SqlAlterTableExpression::SqlAlterTableExpression ( Expression table, IEnumerable constraintActions ) : System.Collections.Generic
SqlAlterTableExpression::SqlAlterTableExpression ( Expression table, IReadOnlyList actions ) : System.Collections.Generic
SqlAlterTableExpression::SqlAlterTableExpression ( Expression table, IReadOnlyList constraintActions ) : System.Collections.Generic
SqlAlterTableExpression