Skip to main content

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.