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