Search Results for

    Show / Hide Table of Contents

    Class RefreshAllEntities

    Inheritance
    object
    BaseMigrationUpgrader
    RefreshAllEntities
    Inherited Members
    BaseMigrationUpgrader.RunUpgradeBeforeEntityUpgrades(IDbConnection)
    BaseMigrationUpgrader.RunUpgradeAfterEntityExists(IDbConnection)
    BaseMigrationUpgrader.RunUpgradeAfterEntityUpgrades(IDbConnection)
    BaseMigrationUpgrader.RunUpgradeAfterCompletionWithQueriesCreated(DataUpdater)
    BaseMigrationUpgrader.ExecuteSqlCommand(IDbConnection, string)
    BaseMigrationUpgrader.DescriptorsForUpgrading
    BaseMigrationUpgrader.Version
    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 abstract class RefreshAllEntities : BaseMigrationUpgrader

    Constructors

    RefreshAllEntities(IDataAccessor)

    Declaration
    protected RefreshAllEntities(IDataAccessor accessor)
    Parameters
    Type Name Description
    IDataAccessor accessor

    Methods

    RefreshDescriptorSchemas()

    Declaration
    public override IEnumerable<EntityDescriptor> RefreshDescriptorSchemas()
    Returns
    Type Description
    IEnumerable<EntityDescriptor>
    Overrides
    BaseMigrationUpgrader.RefreshDescriptorSchemas()

    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.