Class RenameCollectionOperation
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
Properties
CurrentName
The name it is stored under today.
public string CurrentName { get; }
Property Value
NewName
The name it takes.
public string NewName { get; }