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

In This Topic
    C1TypedDataView Class Members
    In This Topic

    The following tables list the members exposed by C1TypedDataView.

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