Skip to main content
A newer version of this page is available. .

DataSourceInMemoryStorage.RegisterDataSource Method

Name Parameters Description
RegisterDataSource(String, XDocument) dataSourceId, document Registers the specified data source in the current DataSourceInMemoryStorage.
RegisterDataSource(String, XElement) dataSourceId, rootElement Registers the specified data source in the current DataSourceInMemoryStorage.
RegisterDataSource(XDocument) document Registers the specified data source in the current DataSourceInMemoryStorage.
RegisterDataSource(XElement) rootElement Registers the specified data source in the current DataSourceInMemoryStorage.