Interface ICreateSequenceInSchemaSyntax
Defines a sequence and (optionally) the schema it's stored in
Inherited Members
Namespace: FluentMigrator.Builders.Create.Sequence
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateSequenceInSchemaSyntax : ICreateSequenceSyntax
Methods
| Edit this page View SourceInSchema(string)
Defines the schema of the sequence
Declaration
ICreateSequenceSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
ICreateSequenceSyntax | Defines the sequence options |