Table of Contents

Class AzureSqlDataProvider

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.SqlConnectionDataProvider.dll

A data provider that allows to connect to Azure SQL databases. All you need is a AzureSqlDataProviderConfiguration.

[Serializable]
public class AzureSqlDataProvider : SqlConnectionDataProvider, IDataProvider, ICanHandleUsedIdentifiers, IDisposable, ISupportsLogger, ISerializable
Inheritance
AzureSqlDataProvider
Implements
Inherited Members

Constructors

AzureSqlDataProvider(SerializationInfo, StreamingContext)

protected AzureSqlDataProvider(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

AzureSqlDataProvider(AzureSqlDataProviderConfiguration)

Constructs an instance of the AzureSqlDataProvider

public AzureSqlDataProvider(AzureSqlDataProviderConfiguration configuration)

Parameters

configuration AzureSqlDataProviderConfiguration

The configuration to use

AzureSqlDataProvider(AzureSqlDataProviderConfiguration, ReadOnlyCollection<string>)

Constructs an instance of the AzureSqlDataProvider

public AzureSqlDataProvider(AzureSqlDataProviderConfiguration configuration, ReadOnlyCollection<string> tableSchemas)

Parameters

configuration AzureSqlDataProviderConfiguration

The configuration to use

tableSchemas ReadOnlyCollection<string>

The provided data will be restricted to these schemas

AzureSqlDataProvider(AzureSqlDataProviderConfiguration, string)

Constructs an instance of the AzureSqlDataProvider

public AzureSqlDataProvider(AzureSqlDataProviderConfiguration configuration, string tableSchema)

Parameters

configuration AzureSqlDataProviderConfiguration

The configuration to use

tableSchema string

The provided data will be restricted to this schema