VistaDB 6
VistaDB.DDA Namespace / IVistaDBRow Interface
Properties Methods

In This Topic
    IVistaDBRow Interface Members
    In This Topic

    The following tables list the members exposed by IVistaDBRow.

    Public Properties
     NameDescription
     PropertyNumber of columns contained in the row  
     PropertyOverloaded. Gets a column by its index in the row  
     PropertyUnique row identifier  
    Top
    Public Methods
     NameDescription
     MethodClear modified flags for all columns in the row.  
     MethodCompare with another key row column by column taking ascending/descending column information into account.  
     MethodCompare with another key row including their RowId values if necessary.  
     MethodReturns an enumerator that iterates through a collection. (Inherited from System.Collections.IEnumerable)
     MethodInitialize the columns in the row to be the "bottom" of the sort order (latest, e.g. maximum values, except that descending columns of a key will be minimum data values as they sort later). RowId is set to uint.MaxValue  
     MethodInitialize the columns in the row top be the "top" of the sort order (earliest, e.g. minimum values, except that descending columns of a key will be maximum data values as they sort earlier). RowId is set to uint.MinValue  
    Top
    See Also