Click or drag to resize

BaseStardogTemplateValidateInternal Method

Does any additional validation a derived template may require.

Namespace:  VDS.RDF.Storage.Management.Provisioning.Stardog
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void ValidateInternal(
	List<string> errors
)

Parameters

errors
Type: System.Collections.GenericListString
Error collection to add to.
See Also