supportsRollbackOnFailureParameter property
True if the layer supports rolling back changes on failure, false otherwise.
Implementation
bool get supportsRollbackOnFailureParameter {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore
.RT_ArcGISFeatureLayerInfo_getSupportsRollbackOnFailureParameter(
_handle, errorHandler);
});
}