Interface ICreateConstraintWithSchemaSyntax
Specify the constraint schema
Namespace: FluentMigrator.Builders.Create.Constraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateConstraintWithSchemaSyntax
Methods
| Edit this page View SourceWithSchema(string)
The constraint schema
Declaration
ICreateConstraintColumnsSyntax WithSchema(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | schemaName | The schema name |
Returns
| Type | Description |
|---|---|
| ICreateConstraintColumnsSyntax | Specify the constraint columns |