Table of Contents

Class BulkCopyRowsCopied

Namespace
LinqToDB.Data
Assembly
linq2db.dll
public class BulkCopyRowsCopied
Inheritance
BulkCopyRowsCopied
Extension Methods

Properties

Abort

Gets or sets a value that indicates whether the bulk copy operation should be aborted.

public bool Abort { get; set; }

Property Value

bool

RowsCopied

Gets a value that returns the number of rows copied during the current bulk copy operation.

public long RowsCopied { get; set; }

Property Value

long

StartTime

Gets operation execution start time.

public DateTime StartTime { get; }

Property Value

DateTime