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

Inheritance: SqlBaseExpression
Afficher le fichier Open project: tumtumtum/Shaolinq Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SqlAlterTableExpression ( Expression table ) : System.Collections.Generic
table System.Linq.Expressions.Expression
Résultat System.Collections.Generic

SqlAlterTableExpression() public méthode

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

SqlAlterTableExpression() public méthode

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

SqlAlterTableExpression() public méthode

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

SqlAlterTableExpression() public méthode

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