Click or drag to resize

BaseStardogConnector.CommitTransaction Method

Commit an open transaction.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void CommitTransaction(
	string tID
)

Parameters

tID
Type: System.String
The ID of the transaction to commit.
See Also