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: 
Syntaxpublic override IEnumerable<string> Validate()
Public Overrides Function Validate As IEnumerable(Of String)
Return Value
Type: 
IEnumerableStringEnumeration of errors that occurred.
Implements
IStoreTemplateValidate
See Also