| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class ObjectView(Of T) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class ObjectView<T> | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class ObjectView<T> | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class ObjectView sealed | |
- T
| C# | |
|---|---|
[Persistent("USER")] | |
The ObjectView represents a databindable and customized view of an ObjectSet. The class allows sorting, filtering, searching, editing and navigation in/of the data of the associated ObjectSet.
The class' content may be customized by specifiying a sort or a filter expression. This class may be also bound to a DataGrid, BindingSource or other data-driven controls. The ObjectSet returns an instance of this class when querying the DefaultView property.
When sorting or filtering the ObjectView the data of the associated ObjectSet is not affected at all. Each ObjectSet may also be associated with more then one ObjectView. All ObjectViews are then updated instantely when updating the ObjectSet.
System.Object
Chili.Opf3.ObjectView
Requirements
Namespace: Chili.Opf3
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)