Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("Indicates a custom "view" of the data contained by the DataSet. This view allows filtering, searching, and navigating through the custom data view.")>
<BrowsableAttribute(False)>
Public ReadOnly Property DefaultViewManager As DataViewManager |
C# | |
---|
[ResDescriptionAttribute("Indicates a custom "view" of the data contained by the DataSet. This view allows filtering, searching, and navigating through the custom data view.")]
[BrowsableAttribute(false)]
public DataViewManager DefaultViewManager {get;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also