ITableManager Interface
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
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.
Identifier |
Identifier of the table manager. |
Sources |
The list of sources currently associated with the table manager. |
Add |
Add |
Add |
Add |
Get |
Get the union of all columns provided by any of the data sources in |
Remove |
Remove |
Sources |
Raised whenever sources are added or removed from this table manager. |
Tuote | Versiot |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |