C# 클래스 Shaolinq.Persistence.Linq.Expressions.SqlCreateIndexExpression

상속: SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ChangeWhere() 공개 메소드

public ChangeWhere ( Expression where ) : Expression
where System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

SqlCreateIndexExpression() 공개 메소드

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
리턴 System.Collections.Generic

SqlCreateIndexExpression() 공개 메소드

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
리턴 System.Collections.Generic