AddInRegisterDataAdapters Method TIBCO Spotfire 7.6 API Reference
Override this method to extend the application with new data adapters. For each new type of data adapter, a DataAdapterFactory is registered with the DataAdapterRegistrar.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
protected virtual void RegisterDataAdapters(
	DataAdapterRegistrar registrar
)

Parameters

registrar
Type: DataAdapterRegistrar
Object responsible for registering new data adapters.
Version Information

Supported in: 5.5
See Also

Reference