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

    | Edit this page View Source

    CurrentValue

    Declaration
    public int CurrentValue { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    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
    • Edit this page
    • View Source
    In this article
    • Properties
      • CurrentValue
      • Name
    • Methods
      • Read(FirebirdProcessor, string, FirebirdQuoter)
    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.