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
|
| Managed Extensions for C++ | |
|---|
public: __property ObjectView<T>* get_DefaultView(); |
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also