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

In This Topic
    C1ViewModel Class
    In This Topic
    Provides an object model for View Definition Language.
    Object Model
    C1ViewModel Class
    Syntax
    'Declaration
     
    Public Class C1ViewModel 
    public class C1ViewModel 
    Remarks
    The C1ViewModel an object model for View Definition Language. The latter is the SQL-like language that is used to define the C1DataView structure in the Definition property. The corresponding instance of the C1ViewModel class is accessible via the C1DataView.DefinitionModel property. When the view definition in the Definition property is changed, the C1DataView.DefinitionModel is changed automatically to be in sync with the view definition, and vice versa, changes in C1DataView.DefinitionModel automatically updates the Definition property value.
    Inheritance Hierarchy

    System.Object
       C1.C1DataExtender.C1ViewModel

    See Also