ColumnNameAttribute Classe
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.
Permet à un membre de spécifier IDataView directement le nom de colonne, par opposition au comportement par défaut de l’utilisation du nom de membre comme nom de colonne.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class ColumnNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ColumnNameAttribute = class
inherit Attribute
Public NotInheritable Class ColumnNameAttribute
Inherits Attribute
- Héritage
-
ColumnNameAttribute
- Attributs
Constructeurs
ColumnNameAttribute(String) |
Permet de spécifier un nom pour exposer cette colonne, par opposition au comportement par défaut de l’utilisation du nom de membre comme nom de colonne. |