BaseStardogConnectorCommitTransaction Method |
Commit an open transaction.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected virtual void CommitTransaction(
string tID
)
Protected Overridable Sub CommitTransaction (
tID As String
)
Parameters
- tID
- Type: SystemString
The ID of the transaction to commit.
See Also