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

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

Méthodes publiques

Méthode Description
ChangeWhere ( Expression where ) : Expression
SqlCreateIndexExpression ( string indexName, SqlTableExpression table, bool unique, bool lowercaseIndex, IndexType indexType, bool ifNotExist, IEnumerable columns, IEnumerable includedColumns, Expression where = null ) : System.Collections.Generic
SqlCreateIndexExpression ( string indexName, SqlTableExpression table, bool unique, bool lowercaseIndex, IndexType indexType, bool ifNotExist, IReadOnlyList columns, IReadOnlyList includedColumns, Expression where = null ) : System.Collections.Generic

Method Details

ChangeWhere() public méthode

public ChangeWhere ( Expression where ) : Expression
where System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

SqlCreateIndexExpression() public méthode

public SqlCreateIndexExpression ( string indexName, SqlTableExpression table, bool unique, bool lowercaseIndex, IndexType indexType, bool ifNotExist, IEnumerable columns, IEnumerable includedColumns, Expression where = null ) : System.Collections.Generic
indexName string
table SqlTableExpression
unique bool
lowercaseIndex bool
indexType IndexType
ifNotExist bool
columns IEnumerable
includedColumns IEnumerable
where System.Linq.Expressions.Expression
Résultat System.Collections.Generic

SqlCreateIndexExpression() public méthode

public SqlCreateIndexExpression ( string indexName, SqlTableExpression table, bool unique, bool lowercaseIndex, IndexType indexType, bool ifNotExist, IReadOnlyList columns, IReadOnlyList includedColumns, Expression where = null ) : System.Collections.Generic
indexName string
table SqlTableExpression
unique bool
lowercaseIndex bool
indexType IndexType
ifNotExist bool
columns IReadOnlyList
includedColumns IReadOnlyList
where System.Linq.Expressions.Expression
Résultat System.Collections.Generic