Adds the specified provider to this collection.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public override void Add(
	ProviderBase provider
)
Visual Basic (Declaration)
Public Overrides Sub Add ( _
	provider As ProviderBase _
)
Visual C++
public:
virtual void Add(
	ProviderBase^ provider
) override

Parameters

provider
Type: System.Configuration.Provider..::.ProviderBase
Provider to add.

Exceptions

ExceptionCondition
System..::.ArgumentNullException if provider is null.
System..::.ArgumentException if provider is not a CommandSerializationProvider instance.

See Also