DropForeignKeyOperation
DropForeignKeyOperation
Class
Definition
public class DropForeignKeyOperation : MigrationOperation, IMutableAnnotatable, IAnnotatable
Public Class DropForeignKeyOperation
Inherits MigrationOperation
Implements IMutableAnnotatable, IAnnotatable
- Inheritance
-
System.ObjectSystem.ObjectDropForeignKeyOperationDropForeignKeyOperation
- Implements
Properties
Item[String] Item(String)
Gets the value annotation with the given name, returning null if it does not exist.
(Inherited from Annotatable)Name Name
public virtual string Name { get; set; }
Public Overridable Property Name As String
- Value
- System.String System.String
Schema Schema
public virtual string Schema { get; set; }
Public Overridable Property Schema As String
- Value
- System.String System.String
Methods
AddAnnotation(String, Annotation) AddAnnotation(String, Annotation)
Adds an annotation to this object. Throws if an annotation with the specified name already exists.
(Inherited from Annotatable)AddAnnotation(String, Object) AddAnnotation(String, Object)
Adds an annotation to this object. Throws if an annotation with the specified name already exists.
(Inherited from Annotatable)CreateAnnotation(String, Object) CreateAnnotation(String, Object)
Creates a new annotation.
(Inherited from Annotatable)FindAnnotation(String) FindAnnotation(String)
Gets the annotation with the given name, returning null if it does not exist.
(Inherited from Annotatable)GetAnnotations() GetAnnotations()
Gets all annotations on the current object.
(Inherited from Annotatable)GetOrAddAnnotation(String, Object) GetOrAddAnnotation(String, Object)
Adds an annotation to this object or returns the existing annotation if one with the specified name already exists.
(Inherited from Annotatable)OnAnnotationSet(String, Annotation, Annotation) OnAnnotationSet(String, Annotation, Annotation)
Runs the corresponding conventions when an annotation was set or removed.
(Inherited from Annotatable)RemoveAnnotation(String) RemoveAnnotation(String)
Removes the given annotation from this object.
(Inherited from Annotatable)SetAnnotation(String, Annotation) SetAnnotation(String, Annotation)
Sets the annotation stored under the given key. Overwrites the existing annotation if an annotation with the specified name already exists.
(Inherited from Annotatable)Explicit Interface Implementations
IAnnotatable.FindAnnotation(String) Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindAnnotation(String)
Gets the annotation with the given name, returning null if it does not exist.
(Inherited from Annotatable)IAnnotatable.GetAnnotations() Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.GetAnnotations()
Gets all annotations on the current object.
(Inherited from Annotatable)