The following tables list the members exposed by DataRecord.
Name | Description | |
---|---|---|
DataRecord Constructor | Overloaded. |
Name | Description | |
---|---|---|
DataItem | Original data item from the data source. | |
DataKey | Provides access to the record's data key. The data key is reflected off the original data source when available, or it is automatically generated by the data adapter. | |
DataSourceIndex | Holds an index inside of the original pdata source. | |
OwnerCollection | The DataRecordCollection that owns this record |
Name | Description | |
---|---|---|
HasViewState | Returns true if ViewState has been initialized | |
ViewState | Returns a StateBag for the ViewState |
Name | Description | |
---|---|---|
CompareTo | Compares this record to another | |
GetFieldNames | Returns an array of string names representing the properties of the DataItem and the UnboundFields of the owner adaptor. | |
GetValue | Overloaded. Retrives a values from the data record by its data field. | |
GetValues | Returns an array of values for the given field names |
Name | Description | |
---|---|---|
LoadViewState | Load data modified at run time. | |
SaveViewState | Save data modified at run time. | |
TrackViewState | Enables view state tracking for underlying objects. |