ADO.NET in a Nutshell

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

Категории