Version

DataRecord Class Members

The following tables list the members exposed by DataRecord.

Public Constructors
 NameDescription
Public ConstructorDataRecord ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDataItemOriginal data item from the data source.  
Public PropertyDataKeyProvides 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.  
Public PropertyDataSourceIndexHolds an index inside of the original pdata source.  
Public PropertyOwnerCollectionThe DataRecordCollection that owns this record  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized  
Protected PropertyViewStateReturns a StateBag for the ViewState  
Public Methods
 NameDescription
Public MethodCompareToCompares this record to another  
Public MethodGetFieldNamesReturns an array of string names representing the properties of the DataItem and the UnboundFields of the owner adaptor.  
Public MethodGetValueOverloaded. Retrives a values from the data record by its data field.  
Public MethodGetValuesReturns an array of values for the given field names  
Protected Methods
 NameDescription
Protected MethodLoadViewStateLoad data modified at run time.  
Protected MethodSaveViewStateSave data modified at run time.  
Protected MethodTrackViewStateEnables view state tracking for underlying objects.  
See Also