Search Results for

    Show / Hide Table of Contents

    Class FirebirdProcessedExpressionBase

    Inheritance
    object
    FirebirdProcessedExpressionBase
    FirebirdProcessedExpression
    FirebirdProcessedExpression<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Processors.Firebird
    Assembly: FluentMigrator.Runner.Firebird.dll
    Syntax
    public abstract class FirebirdProcessedExpressionBase

    Constructors

    FirebirdProcessedExpressionBase(IMigrationExpression, Type, FirebirdProcessor)

    Declaration
    protected FirebirdProcessedExpressionBase(IMigrationExpression expression, Type expressionType, FirebirdProcessor processor)
    Parameters
    Type Name Description
    IMigrationExpression expression
    Type expressionType
    FirebirdProcessor processor

    Fields

    expressionType

    Declaration
    protected Type expressionType
    Field Value
    Type Description
    Type

    Properties

    Expression

    Declaration
    public IMigrationExpression Expression { get; }
    Property Value
    Type Description
    IMigrationExpression

    Processor

    Declaration
    public FirebirdProcessor Processor { get; }
    Property Value
    Type Description
    FirebirdProcessor

    Methods

    GenerateSql(IMigrationExpression)

    Declaration
    protected string GenerateSql(IMigrationExpression expression)
    Parameters
    Type Name Description
    IMigrationExpression expression
    Returns
    Type Description
    string

    Run(IMigrationExpression, IDbConnection, IDbTransaction)

    Declaration
    protected void Run(IMigrationExpression expression, IDbConnection connection, IDbTransaction transaction)
    Parameters
    Type Name Description
    IMigrationExpression expression
    IDbConnection connection
    IDbTransaction transaction

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    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.