'Declaration
Public Overloads Sub SetResult( _ ByVal operationResult As OperationResult _ )
'Usage
Dim instance As DAItemMapping Dim operationResult As OperationResult instance.SetResult(operationResult)
public void SetResult( OperationResult operationResult )
public: void SetResult( OperationResult^ operationResult )
Parameters
- operationResult
- The result object that contains the data for the target.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).