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
infoSerializationInfocontextStreamingContext
AzureSqlDataProvider(AzureSqlDataProviderConfiguration)
Constructs an instance of the AzureSqlDataProvider
public AzureSqlDataProvider(AzureSqlDataProviderConfiguration configuration)
Parameters
configurationAzureSqlDataProviderConfigurationThe configuration to use
AzureSqlDataProvider(AzureSqlDataProviderConfiguration, ReadOnlyCollection<string>)
Constructs an instance of the AzureSqlDataProvider
public AzureSqlDataProvider(AzureSqlDataProviderConfiguration configuration, ReadOnlyCollection<string> tableSchemas)
Parameters
configurationAzureSqlDataProviderConfigurationThe configuration to use
tableSchemasReadOnlyCollection<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
configurationAzureSqlDataProviderConfigurationThe configuration to use
tableSchemastringThe provided data will be restricted to this schema