BaseStardogConnectorRollbackTransaction Method  | 
 
            Rollback an open transaction.
            
 
    Namespace: 
   VDS.RDF.Storage
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected virtual void RollbackTransaction(
	string tID
)
Protected Overridable Sub RollbackTransaction ( 
	tID As String
)
Parameters
- tID
 - Type: SystemString
The ID of the transaction to rollback. 
See Also