Class DropFieldOperation
Drops a stored column/field by its stored name (the CLR member is usually already gone).
public sealed class DropFieldOperation : MigrationOperation
- Inheritance
-
DropFieldOperation
- Inherited Members
Constructors
DropFieldOperation(Type, string)
Drops a stored column/field by its stored name (the CLR member is usually already gone).
public DropFieldOperation(Type entityType, string field)
Parameters
Properties
Field
The stored column/field name.
public string Field { get; }