Table of Contents

Class RenameCollectionOperation

Namespace
eQuantic.Core.Data.Migration
Assembly
eQuantic.Core.Data.Abstractions.dll

Renames the whole collection — the table, collection or container an entity is stored in.

public sealed class RenameCollectionOperation : MigrationOperation
Inheritance
RenameCollectionOperation
Inherited Members

Constructors

RenameCollectionOperation(Type, string, string)

Renames the whole collection — the table, collection or container an entity is stored in.

public RenameCollectionOperation(Type entityType, string currentName, string newName)

Parameters

entityType Type
currentName string
newName string

Properties

CurrentName

The name it is stored under today.

public string CurrentName { get; }

Property Value

string

NewName

The name it takes.

public string NewName { get; }

Property Value

string