System.Data.PropertyAttributes Enumeration

Specifies the attributes of a property.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
[System.Flags]
public enum PropertyAttributes

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0