ArcObjects Library Reference (GeoDatabase)  

ITransactions.StartTransaction Method

Begins a new transaction.

[Visual Basic .NET]
Public Sub StartTransaction ( _
)
[C#]
public void StartTransaction (
);
[C++]
HRESULT StartTransaction(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Applications are responsible for starting a new transaction (using the StartTransaction method) on the workspace only if the workspace is not already within a transaction. If the workspace is within an transaction this call will amount to a no operation without error. It should be noted that if CommitTransaction is then called it will be acting on the origin transaction and all changes within that original transaction wil be commited.

See Also

ITransactions Interface