MissActionForForeignKey
Models the action to be executed when a foreign key has a configuration miss.
- Namespace:
- Inetdev.Data.DatabaseSchema
- Type:
- Class
- Public:
- Yes
- Protected:
- No
- Sealed:
- No
- Abstract:
- No
- Inherits from:
- System.Object
Constructors
MissActionForForeignKey
Initializes a new instance of MissActionForForeignKey.
- Signature:
public Void MissActionForForeignKey(action, desired, actual)
Parameters
Name |
Type |
Summary |
action |
MissActionType |
Action to be performed to fix the problem. |
desired |
ForeignKey |
Desired foreign key configuration. |
actual |
ForeignKey |
Actual foreign key configuration. |
Properties
Action
Action to be performed to fix the problem.
- Signature:
public MissActionType Action { get; }
Actual
Actual foreign key configuration.
- Signature:
public ForeignKey Actual { get; }
Desired
Desired foreign key configuration.
- Signature:
public ForeignKey Desired { get; }