Click or drag to resize

IStorageServerCreateStore Method

Creates a new Store with the given ID.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
bool CreateStore(
	IStoreTemplate template
)

Parameters

template
Type: VDS.RDF.Storage.Management.ProvisioningIStoreTemplate
Template for the new store.

Return Value

Type: Boolean
Whether creation succeeded.
See Also