Class BulkCopyRowsCopied
Namespace: LinqToDB.Data
Assembly: linq2db.dll
Syntax
public class BulkCopyRowsCopied
Properties
| Improve this Doc View SourceAbort
Gets or sets a value that indicates whether the bulk copy operation should be aborted.
Declaration
public bool Abort { get; set; }
Property Value
Type | Description |
---|---|
bool |
RowsCopied
Gets a value that returns the number of rows copied during the current bulk copy operation.
Declaration
public long RowsCopied { get; set; }
Property Value
Type | Description |
---|---|
long |
StartTime
Gets operation execution start time.
Declaration
public DateTime StartTime { get; }
Property Value
Type | Description |
---|---|
DateTime |