Search Results for

    Show / Hide Table of Contents

    Class AlterBlendTransactionColumnType

    Inheritance
    object
    BaseMigrationUpgrader
    AlterColumnUpgrader
    AlterColumnNullabilityUpgrader
    AlterBlendTransactionColumnType
    Inherited Members
    AlterColumnNullabilityUpgrader.AlterColumnGuardSQL(string, string)
    AlterColumnUpgrader.RefreshDescriptorSchemas()
    AlterColumnUpgrader.RunUpgradeAfterEntityExists(IDbConnection)
    BaseMigrationUpgrader.RunUpgradeBeforeEntityUpgrades(IDbConnection)
    BaseMigrationUpgrader.RunUpgradeAfterEntityUpgrades(IDbConnection)
    BaseMigrationUpgrader.RunUpgradeAfterCompletionWithQueriesCreated(DataUpdater)
    BaseMigrationUpgrader.ExecuteSqlCommand(IDbConnection, string)
    BaseMigrationUpgrader.DescriptorsForUpgrading
    BaseMigrationUpgrader.IncludeWhenUpgradingFromScratch
    BaseMigrationUpgrader.AlwaysRunMigration
    BaseMigrationUpgrader.Info
    BaseMigrationUpgrader.Accessor
    BaseMigrationUpgrader.Log
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Connections.Database.Migrations.Upgraders
    Assembly: LemonEdge.Database.Connector.dll
    Syntax
    public class AlterBlendTransactionColumnType : AlterColumnNullabilityUpgrader

    Constructors

    AlterBlendTransactionColumnType(IDataAccessor)

    Declaration
    public AlterBlendTransactionColumnType(IDataAccessor accessor)
    Parameters
    Type Name Description
    IDataAccessor accessor

    Properties

    ColumnNames

    Declaration
    public override string[] ColumnNames { get; }
    Property Value
    Type Description
    string[]
    Overrides
    AlterColumnUpgrader.ColumnNames

    ForEntityType

    Declaration
    public override Type ForEntityType { get; }
    Property Value
    Type Description
    Type
    Overrides
    AlterColumnUpgrader.ForEntityType

    Version

    Declaration
    public override MigrationOrder Version { get; }
    Property Value
    Type Description
    MigrationOrder
    Overrides
    BaseMigrationUpgrader.Version

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.