AddOperationError Method (OperationErrorsDataSet.OperationError)
Add an OperationError to this OperationErrorsDataSet..::.OperationErrorsDataTable at a specified row.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub AddOperationError ( _
row As OperationErrorsDataSet..::.OperationError _
)
'Usage
Dim instance As OperationErrorsDataSet..::.OperationErrorsDataTable
Dim row As OperationErrorsDataSet..::.OperationError
instance.AddOperationError(row)
public void AddOperationError(
OperationErrorsDataSet..::.OperationError row
)
public:
void AddOperationError(
OperationErrorsDataSet..::.OperationError^ row
)
public function AddOperationError(
row : OperationErrorsDataSet..::.OperationError
)
Parameters
- row
Type: Microsoft.CommerceServer.Catalog..::.OperationErrorsDataSet..::.OperationError
The row to add the new value.
Remarks
The OperationErrorsDataSet object must be saved before these changes will be persisted to the database.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
OperationErrorsDataSet..::.OperationErrorsDataTable Class