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
)
Protected Overridable Sub ValidateInternal (
errors As List(Of String)
)
Parameters
- errors
- Type: System.Collections.GenericListString
Error collection to add to.
See Also