C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace : C1DataView Class |
For a list of all members of this type, see C1DataView members.
Name | Description | |
---|---|---|
![]() | AllowDelete | Gets or sets a value indicating whether deletion of rows is permitted for this C1DataView. |
![]() | AllowEdit | Gets or sets a value indicating whether editing of C1ViewRow objects that belong to this C1DataView is permitted. |
![]() | AllowNew | Gets or sets a value indicating whether addition of new rows is permitted for this C1DataView. |
![]() | AutoFetch | Controls the autofetching behavior for this C1DataView. |
![]() | BaseSchemaTables | Gets 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. |
![]() | BaseTables | Gets the collection of System.Data.DataTable objects referenced in the Definition property. |
![]() | Columns | Gets the collection of C1ViewColumn objects that belong to this C1DataView. |
![]() | ConstraintExpression | Defines a row level constraint. |
![]() | Container | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | Count | Returns a number of rows in the C1DataView. |
![]() | Current | Returns the current C1ViewRow of the System.Windows.Forms.CurrencyManager that services this C1DataView. |
![]() | Definition | Gets or sets view definition statement. |
![]() | DefinitionModel | Represents an object model for the definition statement assigned to the Definition property. |
![]() | DesignMode | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | IsActive | Indicates wheather this C1DataView is active, that is able to represent data according to its Definition. |
![]() | Item | Returns a C1ViewRow object at the specified index. |
![]() | Position | Returns the position of current C1ViewRow in the System.Windows.Forms.CurrencyManager that services this C1DataView. |
![]() | PrimaryKey | Returns an array of C1ViewColumn objects that constitute a primary key of this view. |
![]() | RaiseFilterRowEvent | Indicates whether the FilterRow event should be fired. |
![]() | RowFilter | Gets or sets an expression used to filter rows in C1DataView. |
![]() | Site | (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | Sort | Gets or sets a string defining a sort order of rows in this C1DataView. |
![]() | ViewName | Gets or sets the name of the C1DataView. |
![]() | ViewSet | Gets the C1DataViewSet object that this C1DataView belongs to. |
![]() | VirtualMode | Indicates whether Virtual Mode should be used for this C1DataView. |