Class SequenceInfo
Inherited Members
Namespace: FluentMigrator.Runner.Processors.Firebird
Assembly: FluentMigrator.Runner.Firebird.dll
Syntax
public sealed class SequenceInfo
Properties
CurrentValue
Declaration
public int CurrentValue { get; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Read(FirebirdProcessor, string, FirebirdQuoter)
Declaration
public static SequenceInfo Read(FirebirdProcessor processor, string sequenceName, FirebirdQuoter quoter)
Parameters
| Type | Name | Description |
|---|---|---|
| FirebirdProcessor | processor | |
| string | sequenceName | |
| FirebirdQuoter | quoter |
Returns
| Type | Description |
|---|---|
| SequenceInfo |