dotNetRDF API Documentation

AzureAdoManager Class

NOTE: This class is now obsolete.

The Data.Sql Library is being deprecated in favour of the many open source and commercial triple stores supported by the core library which are far more performant. Please switch over your code to an alternative triple store, we will no longer support/distribute this library after the 0.7.x series of releases


An implementation of an ADO Store Manager for use with SQL Azure

For a list of all members of this type, see AzureAdoManager Members .

System.Object
   BaseAdoStore(SqlConnection,SqlCommand,SqlParameter,SqlDataAdapter,SqlException)
      BaseAdoSqlClientStore
         MicrosoftAdoManager
            AzureAdoManager

[Obsolete(Message="@"The Data.Sql Library is being deprecated in favour of the many open source and commercial triple stores supported by the core library which are far more performant. Please switch over your code to an alternative triple store, we will no longer support/distribute this library after the 0.7.x series of releases"", IsError=False)]
public class AzureAdoManager : MicrosoftAdoManager

Remarks

Essentially just derived from the more general MicrosoftAdoManager with a constructor which reduces the amount of input you need to create an instance that will connect to SQL Azure successfully

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF.Data.Sql (in dotNetRDF.Data.Sql.dll)

See Also

AzureAdoManager Members | VDS.RDF.Storage Namespace