ITableManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A manager for tabular data of a particular type.
public interface class ITableManager
public interface class ITableManager
__interface ITableManager
public interface ITableManager
type ITableManager = interface
Public Interface ITableManager
Remarks
This class is intended to manage data from multiple data sources, each of which can provide tens of thousands discrete entries.
All methods on this interface can be called from either the main thread or a background thread.
Properties
Identifier |
Identifier of the table manager. |
Sources |
The list of sources currently associated with the table manager. |
Methods
AddSource(ITableDataSource, IReadOnlyCollection<String>) |
Add |
AddSource(ITableDataSource, String[]) |
Add |
GetColumnsForSources(IEnumerable<ITableDataSource>) |
Get the union of all columns provided by any of the data sources in |
RemoveSource(ITableDataSource) |
Remove |
Events
SourcesChanged |
Raised whenever sources are added or removed from this table manager. |