[]
Saves the specified DataSource to a shared data source XML stream.
public static Stream ToStream(this DataSource sharedDataSource)
Type | Name | Description |
---|---|---|
DataSource | sharedDataSource | The DataSource to save. |
Type | Description |
---|---|
Stream | A Stream containing the XML data of the shared data source. |