BaseStardogTemplate Constructor |
Creates a new Stardog Template.
Namespace:
VDS.RDF.Storage.Management.Provisioning.Stardog
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BaseStardogTemplate(
string id,
string name,
string descrip,
string dbtype
)
Public Sub New (
id As String,
name As String,
descrip As String,
dbtype As String
)
Parameters
- id
- Type: SystemString
Store ID. - name
- Type: SystemString
Template Name. - descrip
- Type: SystemString
Template Description. - dbtype
- Type: SystemString
Stardog Database Type.
See Also