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

In This Topic
    C1DataView Class Members
    In This Topic

    The following tables list the members exposed by C1DataView.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether deletion of rows is permitted for this C1DataView.  
    Public PropertyGets or sets a value indicating whether editing of C1ViewRow objects that belong to this C1DataView is permitted.  
    Public PropertyGets or sets a value indicating whether addition of new rows is permitted for this C1DataView.  
    Public PropertyControls the autofetching behavior for this C1DataView.  
    Public PropertyGets the collection of C1.C1DataExtender.SchemaExtender.DataTableExtender objects from the C1DataViewSet.SchemaExtender of the owning C1DataViewSet that extends System.Data.DataTable objects from the BaseTables collection.  
    Public PropertyGets the collection of System.Data.DataTable objects referenced in the Definition property.  
    Public PropertyGets the collection of C1ViewColumn objects that belong to this C1DataView.  
    Public PropertyDefines a row level constraint.  
    Public Property (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyReturns a number of rows in the C1DataView.  
    Public PropertyReturns the current C1ViewRow of the System.Windows.Forms.CurrencyManager that services this C1DataView.  
    Public PropertyGets or sets view definition statement.  
    Public PropertyRepresents an object model for the definition statement assigned to the Definition property.  
    Public Property (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyIndicates wheather this C1DataView is active, that is able to represent data according to its Definition.  
    Public PropertyReturns a C1ViewRow object at the specified index.  
    Public PropertyReturns the position of current C1ViewRow in the System.Windows.Forms.CurrencyManager that services this C1DataView.  
    Public PropertyReturns an array of C1ViewColumn objects that constitute a primary key of this view.  
    Public PropertyIndicates whether the FilterRow event should be fired.  
    Public PropertyGets or sets an expression used to filter rows in C1DataView.  
    Public Property (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyGets or sets a string defining a sort order of rows in this C1DataView.  
    Public PropertyGets or sets the name of the C1DataView.  
    Public PropertyGets the C1DataViewSet object that this C1DataView belongs to.  
    Public PropertyIndicates whether Virtual Mode should be used for this C1DataView.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new row to this C1DataView.  
    Public MethodDeletes C1ViewRow at the specified index.  
    Public Method (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public MethodOverloaded. Re-fetch data represented by this C1DataView from database server.  
    Public MethodOverloaded. Finds a row in this C1DataView by the specified sort key value.  
    Public MethodOverloaded. Finds a row in this C1DataView by the specified primary key value.  
    Public Method (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public MethodRebuilds the Rows collection and sends Reset notification.  
    Public MethodOverloaded. Shows the view definition query builder in a modal window.  
    Public MethodOverridden.   
    Top
    Public Events
     NameDescription
    Public EventOccurs when the C1ViewColumn value is being retrieved.  
    Public EventOccurs after a value has been changed for the specified C1ViewColumn in a C1ViewRow.  
    Public EventOccurs when a value is being changed for specified C1ViewColumn in a C1ViewRow.  
    Public EventOccurs when row or values of the current C1ViewRow belonging to this C1DataView has been changed.  
    Public Event (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public EventAllows to filter out C1DataView rows on a client in code.  
    Public Event  
    Public EventOccurs when Position property has been changed for this C1DataView.  
    Public EventOccurs when the AddNew method is being called.  
    Public EventOccurs after editing of C1ViewRow has been successfully finished.  
    Public EventOccurs before editing of C1ViewRow will be finished.  
    Top
    See Also