C# Class Shaolinq.Persistence.Linq.Expressions.SqlAlterTableExpression

Inheritance: SqlBaseExpression
Datei anzeigen Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
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

Method Details

SqlAlterTableExpression() public method

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

SqlAlterTableExpression() public method

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

SqlAlterTableExpression() public method

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

SqlAlterTableExpression() public method

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

SqlAlterTableExpression() public method

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