Interface ICreateConstraintWithSchemaSyntax
Namespace: FluentMigrator.Builders.Create.Constraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateConstraintWithSchemaSyntax
Methods
WithSchema(string)
Declaration
ICreateConstraintColumnsSyntax WithSchema(string schemaName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | schemaName |
Returns
| Type | Description |
|---|---|
| ICreateConstraintColumnsSyntax |