PropertyBaseExtensions.GetFieldName(IPropertyBase) 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.
Obtient le nom du champ de stockage pour cette propriété, ou null si le champ de sauvegarde n’est pas connu.
public static string GetFieldName(this Microsoft.EntityFrameworkCore.Metadata.IPropertyBase propertyBase);
static member GetFieldName : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> string
<Extension()>
Public Function GetFieldName (propertyBase As IPropertyBase) As String
Paramètres
- propertyBase
- IPropertyBase
Propriété pour laquelle le champ de sauvegarde sera retourné.
Retours
Nom du champ de sauvegarde, ou null.