Click or drag to resize

IStorageServerGetDefaultTemplate Method

Gets a default template for creating a store with the given ID.

Namespace:  VDS.RDF.Storage.Management
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IStoreTemplate GetDefaultTemplate(
	string id
)

Parameters

id
Type: SystemString
ID.

Return Value

Type: IStoreTemplate

[Missing <returns> documentation for "M:VDS.RDF.Storage.Management.IStorageServer.GetDefaultTemplate(System.String)"]

See Also