Click or drag to resize

BaseStardogTemplate.Validate Method

Validates that the template is filled out such that a store can be created from it.

Namespace:  VDS.RDF.Storage.Management.Provisioning.Stardog
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IEnumerable<string> Validate()

Return Value

Type: IEnumerable<String>
Enumeration of errors that occurred.

Implements

IStoreTemplate.Validate()
See Also