Search Results for

    Show / Hide Table of Contents

    Class SequenceInfo

    Inheritance
    object
    SequenceInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.