System.Data Namespace
Specifies the attributes of a property.
This enumeration has a FlagsAttribute that allows a bitwise combination of its member values.
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. |