Class BulkCopyDataReader<T>
Inheritance
System.Object
BulkCopyDataReader<T>
Assembly: cs.temp.dll.dll
Syntax
public class BulkCopyDataReader<T> : ListDataReader<T>
Type Parameters
Constructors
BulkCopyDataReader(List<T>)
Declaration
public BulkCopyDataReader(List<T> data)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<T> |
data |
|
Properties
ColumnMappings
Declaration
public List<SqlBulkCopyColumnMapping> ColumnMappings { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<SqlBulkCopyColumnMapping> |
|