ArcObjects Library Reference (Carto)  

IDataObjectTable2.SupportsRollbackOnFailureParameter Property

.

[Visual Basic .NET]
Public ReadOnly Property SupportsRollbackOnFailureParameter As Boolean
[C#]
public bool SupportsRollbackOnFailureParameter {get;}
[C++]
HRESULT get_SupportsRollbackOnFailureParameter(
  VARIANT_BOOL* supports
);
[C++]

Parameters

supports [out, retval]   supports is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataObjectTable2 Interface