Click or drag to resize

BaseStardogTemplateValidate 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: IEnumerableString
Enumeration of errors that occurred.

Implements

IStoreTemplateValidate
See Also