Click or drag to resize

BaseStardogConnectorBeginTransaction Method

Start a transaction.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual string BeginTransaction(
	bool enableReasoning = false
)

Parameters

enableReasoning (Optional)
Type: SystemBoolean
Opens the transaction with reasoning enabled (requires StarDog v5.3.0 or later).

Return Value

Type: String
A transaction ID for the new transaction.
See Also