Delen via


SqliteMigrationsAnnotationProvider Class

Definition

public class SqliteMigrationsAnnotationProvider : Microsoft.EntityFrameworkCore.Migrations.MigrationsAnnotationProvider
type SqliteMigrationsAnnotationProvider = class
    inherit MigrationsAnnotationProvider
Public Class SqliteMigrationsAnnotationProvider
Inherits MigrationsAnnotationProvider
Inheritance
SqliteMigrationsAnnotationProvider

Constructors

SqliteMigrationsAnnotationProvider()

Methods

For(IEntityType)

Gets provider-specific Migrations annotations for the given IEntityType.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
For(IForeignKey)

Gets provider-specific Migrations annotations for the given IForeignKey.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
For(IIndex)

Gets provider-specific Migrations annotations for the given IIndex.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
For(IKey)

Gets provider-specific Migrations annotations for the given IKey.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
For(IModel)

Gets provider-specific Migrations annotations for the given IModel.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
For(IProperty)
For(ISequence)

Gets provider-specific Migrations annotations for the given ISequence.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
ForRemove(IEntityType)

Gets provider-specific Migrations annotations for the given IEntityType when it is being removed/altered.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
ForRemove(IForeignKey)

Gets provider-specific Migrations annotations for the given IForeignKey when it is being removed/altered.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
ForRemove(IIndex)

Gets provider-specific Migrations annotations for the given IIndex when it is being removed/altered.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
ForRemove(IKey)

Gets provider-specific Migrations annotations for the given IKey when it is being removed/altered.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
ForRemove(IModel)

Gets provider-specific Migrations annotations for the given IModel when it is being removed/altered.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
ForRemove(IProperty)

Gets provider-specific Migrations annotations for the given IProperty when it is being removed/altered.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)
ForRemove(ISequence)

Gets provider-specific Migrations annotations for the given ISequence when it is being removed/altered.

The default implementation returns an empty collection.

(Inherited from MigrationsAnnotationProvider)

Applies to