OperationResult Properties

The OperationResult type exposes the following members.

Properties

 

Name

Description

Public property

ErrorInfo

This property references the error information by each operation. One Error for each operation.

Public property

ObjectsAffected

This property holds the count of objects affected by the operation. One integer for each operation.

Public property

Output

This property references the root DataEntity affected by the operation. One root DataEntity for each operation.

Public property

Success

This property holds whether the operation was a success. One boolean for each operation.

See

OperationResult Class

Scribe.Core.ConnectorApi.Actions Namespace