Class BulkOperationError
- Namespace
- Z.BulkOperations
- Assembly
- Z.EntityFramework.Extensions.dll
A bulk operation error.
public class BulkOperationError
- Inheritance
-
BulkOperationError
- Inherited Members
Constructors
BulkOperationError()
public BulkOperationError()
Properties
Exception
Gets or sets the exception.
public Exception Exception { get; set; }
Property Value
- Exception
The exception.
Record
Gets or sets the record.
public object Record { get; set; }
Property Value
- object
The record.