DataSourcesCollection Methods
The DataSourcesCollection type exposes the following members.
Methods

  NameDescription
Public methodAdd
Add adds dataServiceElement to the collection of data sources in this class
Public methodClear
Clear removes all data sources in this class instance.
Public methodOnlineCopyTo
Copies the contents of the OnlineConfigurationElementCollection to an array.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineEquals
Compares the OnlineConfigurationElementCollection to the specified object.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineGetEnumerator
Gets an OnlineIEnumerator which is used to iterate through the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineGetHashCode
Gets a unique value representing the OnlineConfigurationElementCollection instance.
(Inherited from OnlineConfigurationElementCollection.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIndexOf
Returns the index of dataServiceElement
Public methodOnlineIsReadOnly
Gets a value indicating whether the OnlineConfigurationElementCollection object is read only.
(Inherited from OnlineConfigurationElementCollection.)
Public methodRemove(String)
Remove removes the data source specified by name
Public methodRemove(DataSourceElement)
Remove removes dataServiceElement from the collection of data sources in this class.
Public methodRemoveAt
RemoveAt removes the data source located at index
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also