MigrationsSqlGenerator.IsOldColumnSupported(IModel) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie si AddColumnOperation la transmission de l’ancienne colonne, qui a été ajoutée uniquement dans EF Core 1.1, est prise en charge.
protected virtual bool IsOldColumnSupported (Microsoft.EntityFrameworkCore.Metadata.IModel model);
protected virtual bool IsOldColumnSupported (Microsoft.EntityFrameworkCore.Metadata.IModel? model);
abstract member IsOldColumnSupported : Microsoft.EntityFrameworkCore.Metadata.IModel -> bool
override this.IsOldColumnSupported : Microsoft.EntityFrameworkCore.Metadata.IModel -> bool
Protected Overridable Function IsOldColumnSupported (model As IModel) As Boolean
Paramètres
- model
- IModel
Modèle cible qui peut être null
si les opérations existent sans modèle.
Retours
true
Si le modèle a été généré par EF Core 1.1 ou version ultérieure ; false
si le modèle est null
, n’a aucune version spécifiée ou a été généré par une version EF Core antérieure à la version 1.1.