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