DataSourceCollection.AddNew Method
Include Protected Members
Include Inherited Members
Creates and adds a DataSource to the end of the collection.
Overload List
Name | Description | |
---|---|---|
![]() |
AddNew(String) | Creates and adds a DataSource, with the specified key, to the end of the collection. |
![]() |
AddNew(String, String) | Creates and adds a DataSource, with the specified name and key, to the end of the collection. |
![]() |
AddNew(String, Type) | Infrastructure. (Inherited from ModelComponentCollection.) |
![]() |
AddNew(String, String, Type) | Infrastructure. (Inherited from ModelComponentCollection.) |
Top