The Feature type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsDataBound |
Indicates if this instance is bound to an actual row in the underlying table.
| |
IsDirty |
Indicates if any of the mapped properties has been changed via the property setter.
| |
Item |
Gets or sets a field value based on the field name. This allows for manipulating fields that are not mapped to a property. If the field is mapped to a property, the property value is accessed via Reflection.
| |
OID |
The Object ID of the feature.
|
See Also