ITableManagerProvider 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.
Provider for ITableManagers.
public interface class ITableManagerProvider
public interface class ITableManagerProvider
__interface ITableManagerProvider
public interface ITableManagerProvider
type ITableManagerProvider = interface
Public Interface ITableManagerProvider
Remarks
This is a MEF export. To get an instance of an ITableManagerProvider, use the following pattern:
[Import]
internal ITableManagerProvider tableManagerProvider { get; private set; }
Methods
GetTableManager(String) |
Get the ITableManager with the specified |