IConventionServicePropertyBuilder.HasField 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.
Surcharges
HasField(FieldInfo, Boolean) |
Définit le champ de stockage à utiliser pour cette propriété. |
HasField(String, Boolean) |
Définit le champ de stockage à utiliser pour cette propriété. |
HasField(FieldInfo, Boolean)
Définit le champ de stockage à utiliser pour cette propriété.
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionServicePropertyBuilder HasField (System.Reflection.FieldInfo fieldInfo, bool fromDataAnnotation = false);
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionServicePropertyBuilder? HasField (System.Reflection.FieldInfo? fieldInfo, bool fromDataAnnotation = false);
abstract member HasField : System.Reflection.FieldInfo * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionServicePropertyBuilder
Public Function HasField (fieldInfo As FieldInfo, Optional fromDataAnnotation As Boolean = false) As IConventionServicePropertyBuilder
Paramètres
- fieldInfo
- FieldInfo
Champ.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Le même générateur instance si la configuration a été appliquée, null
sinon.
S’applique à
HasField(String, Boolean)
Définit le champ de stockage à utiliser pour cette propriété.
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionServicePropertyBuilder HasField (string fieldName, bool fromDataAnnotation = false);
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionServicePropertyBuilder? HasField (string? fieldName, bool fromDataAnnotation = false);
abstract member HasField : string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionServicePropertyBuilder
Public Function HasField (fieldName As String, Optional fromDataAnnotation As Boolean = false) As IConventionServicePropertyBuilder
Paramètres
- fieldName
- String
Nom du champ.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Le même générateur instance si la configuration a été appliquée, null
sinon.