AddInRegisterDataAdapters Method TIBCO Spotfire 7.9 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: 30.0.10915.3380 (30.0.10915.3380)
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