Version

UltraDataRow Class Methods

For a list of all members of this type, see UltraDataRow members.

Public Methods
 NameDescription
Public MethodGetCellValueOverloaded. Gets the cell value associated with the specified column.  
Public MethodGetChildRowsOverloaded. Gets the child rows associated with the child band with the specified key in the child bands collection of the row's band.  
Public MethodResetCachedValueOverloaded. Clears the cached cell value associated with the column with the specified index. This will result in the component raising UltraDataSource.CellDataRequested event for the cell the next time the cell value is needed  
Public MethodResetCachedValuesClears all the cached cell values. This will result in the component raising UltraDataSource.CellDataRequested event for the cells of this row the next time the cell values are needed.  
Public MethodSetCellValueOverloaded. Sets the cell value associated with the specified column.  
Public MethodShouldSerializeTagReturns true if the tag value is a string or a primitive type.  
Protected Methods
 NameDescription
Protected MethodGetObjectDataGets serialization information with all of the non-default information required to reinstantiate the object.  
See Also