• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Pandv.DataAccess
    • BulkCopyDataReader<T>
    • ConfigExtensions
    • DataConnection
    • DbConfig
    • DbProvider
    • DbSql
    • IDbProvider
    • ListDataReader<T>

Class BulkCopyDataReader<T>

Inheritance
System.Object
ListDataReader<T>
BulkCopyDataReader<T>
Inherited Members
ListDataReader<T>._Data
ListDataReader<T>._NameIndexs
ListDataReader<T>._PropertyInfos
ListDataReader<T>._Getters
ListDataReader<T>.Item[String]
ListDataReader<T>.Item[Int32]
ListDataReader<T>.Depth
ListDataReader<T>.FieldCount
ListDataReader<T>.HasRows
ListDataReader<T>.IsClosed
ListDataReader<T>.RecordsAffected
ListDataReader<T>.GetBoolean(Int32)
ListDataReader<T>.GetByte(Int32)
ListDataReader<T>.GetBytes(Int32, Int64, Byte[], Int32, Int32)
ListDataReader<T>.GetChar(Int32)
ListDataReader<T>.GetChars(Int32, Int64, Char[], Int32, Int32)
ListDataReader<T>.GetDataTypeName(Int32)
ListDataReader<T>.GetDateTime(Int32)
ListDataReader<T>.GetDecimal(Int32)
ListDataReader<T>.GetDouble(Int32)
ListDataReader<T>.GetEnumerator()
ListDataReader<T>.GetFieldType(Int32)
ListDataReader<T>.GetFloat(Int32)
ListDataReader<T>.GetGuid(Int32)
ListDataReader<T>.GetInt16(Int32)
ListDataReader<T>.GetInt32(Int32)
ListDataReader<T>.GetInt64(Int32)
ListDataReader<T>.GetName(Int32)
ListDataReader<T>.GetOrdinal(String)
ListDataReader<T>.GetString(Int32)
ListDataReader<T>.GetValue(Int32)
ListDataReader<T>.GetValues(Object[])
ListDataReader<T>.IsDBNull(Int32)
ListDataReader<T>.NextResult()
ListDataReader<T>.Read()
Namespace: Pandv.DataAccess
Assembly: cs.temp.dll.dll
Syntax
public class BulkCopyDataReader<T> : ListDataReader<T>
Type Parameters
Name Description
T

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>
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX