Table of Contents

Class DropFieldOperation

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

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

entityType Type
field string

Properties

Field

The stored column/field name.

public string Field { get; }

Property Value

string