dotNetRDF API Documentation

AdoSchemaHelper 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


Static Helper class which managers the available database schemas

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

System.Object
   AdoSchemaHelper

[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 static class AdoSchemaHelper

Remarks

The ADO Store was specifically designed to be completely based upon use of stored procedures so any schema can potentially be used provided it exposed the stored procedures that the code expects to exist.

There are two schemas provided by default, the Hash schema is recommended but requires SQL Server 2005 or higher. The Simple schema is less performant but has a version that works with earlier versions of SQL Server e.g. SQL Server 2000. We strongly recommend the Hash schema for all new development!

Requirements

Namespace: VDS.RDF.Storage

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

See Also

AdoSchemaHelper Members | VDS.RDF.Storage Namespace