C# Класс Shaolinq.Persistence.Linq.Expressions.SqlAlterTableExpression

Наследование: SqlBaseExpression
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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