DataSysDescriptionAttribute Constructor (String^)

 
Note: This API is now obsolete.

Initializes a new instance of the DataSysDescriptionAttribute class using the specified description string.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
[ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202", 
	false)]
DataSysDescriptionAttribute(
	String^ description
)

Parameters

description
Type: System::String^

The description string.

.NET Framework
Available since 1.1
Return to top
Show: