Chili.Opf3 Send comments on this topic.
DefaultView Property
See Also 
Chili.Opf3 Namespace > Generic ObjectSet Class : DefaultView Property




Returns the default ObjectView for the ObjectSet. This instance may be bound to data-driven controls. When the ObjectSet is bound to a control this instance is used.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DefaultView As ObjectView(Of T)
Visual Basic (Usage)Copy Code
Dim instance As ObjectSet(Of T)
Dim value As ObjectView(Of T)
 
value = instance.DefaultView
C# 
public ObjectView<T> DefaultView {get;}
Managed Extensions for C++ 
public: __property ObjectView<T>* get_DefaultView();
C++/CLI 
public:
property ObjectView<T>^ DefaultView {
   ObjectView<T>^ get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also