Class BulkCopyRowsCopied
Inheritance
System.Object
BulkCopyRowsCopied
Namespace: LinqToDB.Data
Assembly: linq2db.dll
Syntax
public class BulkCopyRowsCopied : object
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 |
---|---|
System.Boolean |
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 |
---|---|
System.Int64 |
StartTime
Gets operation execution start time.
Declaration
public DateTime StartTime { get; }
Property Value
Type | Description |
---|---|
DateTime |