PropertyAttributes Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
Return to top
Specifies the attributes of a property.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Data (in System.Data.dll)
| Member name | Description | |
|---|---|---|
| NotSupported | The property is not supported by the provider. | |
| Optional | The user does not need to specify a value for this property before the data source is initialized. | |
| Read | The user can read the property. | |
| Required | The user must specify a value for this property before the data source is initialized. | |
| Write | The user can write to the property. |
.NET Framework
Available since 1.1
Windows Phone Silverlight
Available since 8.0
Available since 1.1
Windows Phone Silverlight
Available since 8.0
Show: