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

Inheritance: SqlBaseExpression
Show file Open project: tumtumtum/Shaolinq Class Usage Examples

Public Methods

Method Description
SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IEnumerable columnExpressions, IEnumerable tableConstraintExpressions, IEnumerable tableOptions = null ) : System.Collections.Generic
SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IReadOnlyList columnExpressions, IReadOnlyList tableConstraintExpressions, IReadOnlyList tableOptions = null ) : System.Collections.Generic
UpdateConstraints ( IReadOnlyList constraints ) : SqlCreateTableExpression
UpdateOptions ( IReadOnlyList tableOptions ) : SqlCreateTableExpression

Method Details

SqlCreateTableExpression() public method

public SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IEnumerable columnExpressions, IEnumerable tableConstraintExpressions, IEnumerable tableOptions = null ) : System.Collections.Generic
table SqlTableExpression
ifNotExist bool
columnExpressions IEnumerable
tableConstraintExpressions IEnumerable
tableOptions IEnumerable
return System.Collections.Generic

SqlCreateTableExpression() public method

public SqlCreateTableExpression ( SqlTableExpression table, bool ifNotExist, IReadOnlyList columnExpressions, IReadOnlyList tableConstraintExpressions, IReadOnlyList tableOptions = null ) : System.Collections.Generic
table SqlTableExpression
ifNotExist bool
columnExpressions IReadOnlyList
tableConstraintExpressions IReadOnlyList
tableOptions IReadOnlyList
return System.Collections.Generic

UpdateConstraints() public method

public UpdateConstraints ( IReadOnlyList constraints ) : SqlCreateTableExpression
constraints IReadOnlyList
return SqlCreateTableExpression

UpdateOptions() public method

public UpdateOptions ( IReadOnlyList tableOptions ) : SqlCreateTableExpression
tableOptions IReadOnlyList
return SqlCreateTableExpression