DataSourceViewCollection.AddNew Method
Include Protected Members
Include Inherited Members
Creates and adds a DataSourceView to the end of the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddNew(String) | Creates and adds a DataSourceView, with the specified key, to the end of the collection. | |
AddNew(String, String) | Creates and adds a DataSourceView, with the specified name and key, to the end of the collection. |
Top