Click or drag to resize

BaseStardogConnectorBegin Method (Boolean)

Begins a new Transaction.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void Begin(
	bool enableReasoning
)

Parameters

enableReasoning
Type: SystemBoolean
Opens the transaction with reasoning enabled.
Remarks
A single transaction.
See Also