DataObjectFieldAttribute Properties
.NET Framework 4
The DataObjectFieldAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsIdentity | Gets a value indicating whether a property represents an identity field in the underlying data. |
|
IsNullable | Gets a value indicating whether a property represents a field that can be null in the underlying data store. |
|
Length | Gets the length of the property in bytes. |
|
PrimaryKey | Gets a value indicating whether a property is in the primary key in the underlying data. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |