dotNetRDF API Documentation

AdoSchemaScriptType Enumeration

NOTE: This enumeration 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


Possible Schema Script Types

[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 enum AdoSchemaScriptType

Members

Member Name Description
Create Script for creating the database
Drop Script for dropping the database
UpgradeToVersion2 Script for upgrading a version 1 schema to the version 2 schema

Requirements

Namespace: VDS.RDF.Storage

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

See Also

VDS.RDF.Storage Namespace