ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewModel Class
Properties Methods

In This Topic
    C1ViewModel Class Members
    In This Topic

    The following tables list the members exposed by C1ViewModel.

    Public Properties
     NameDescription
    Public PropertyRepresents a collection of ViewModelColumn objects defining the list of view columns. Each ViewModelColumn can define both the specific column (the ColumnName property is defined) and all the columns of ViewNode (the ColumnName property is empty). If this collection is empty this means that all columns of all ViewNode objects should be included in the column list. To get actual list of columns begotten by this definition use the ColumnsEffective collection.  
    Public PropertyThe read-only collection of ViewModelColumn objects representing the actual list of view columns begotten from definition specified in the ColumnsDefined collection. Each item in this collection represents a single specific column, and all the properties of ViewModelColumn objects are not empty. This collection is empty if view model is inconsistent.  
    Public PropertyGets or sets the filter expression defined in the WHERE clause of View Definition Language.  
    Public PropertyGets or sets a root node of the C1ViewModel.  
    Top
    Public Methods
     NameDescription
    Public MethodStarts a batch update cycle during which multiple changes can be made in the view without recreating an owner C1DataView's rowset. The update cycle must be finished with the EndUpdate method call.  
    Public MethodFinishes an update cycle started by the BeginUpdate method call.  
    Top
    See Also