''DataSysDescriptionAttribute'' '''

DataSysDescriptionAttribute

System.Data (system.data.dll) class

This class marks a property, event, or extender with a description (Description ). Visual designers such as the Visual Studio .NET IDE can display this description when you reference the member.

public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute {
// Public Constructors
   public DataSysDescriptionAttribute( string description);  
// Public Instance Properties
   public override string Description{get; }                   // overrides System.ComponentModel.DescriptionAttribute
}

Hierarchy

System.Object figs/U2192.gif System.Attribute figs/U2192.gif System.ComponentModel.DescriptionAttribute figs/U2192.gif DataSysDescriptionAttribute

Valid On

All



    Part I: ADO.NET Tutorial
    Part II: ADO.NET Core Classes
    Part III: API Quick Reference
    Chapter 34. The System.Data Namespace