Skip to content

The ObjectDataReader wraps a collection of CLR objects in a DbDataReader. This is useful for doing high-speed data loads with SqlBulkCopy, and copying collections of entities to a DataTable for use with SQL Server Table-Valued parameters, or for interop /// with older ADO.NET applciations. /// /// For explicit control over the fields projected b…

License

Notifications You must be signed in to change notification settings

dbrownems/ObjectDataReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ObjectDataReader

The ObjectDataReader wraps a collection of CLR objects in a DbDataReader. This is useful for doing high-speed data loads with SqlBulkCopy, and copying collections of entities to a DataTable for use with SQL Server Table-Valued parameters, or for interop /// with older ADO.NET applciations. /// /// For explicit control over the fields projected by the DataReader, just wrap your collection of entities in a anonymous type projection before wrapping it in an ObjectDataReader.

About

The ObjectDataReader wraps a collection of CLR objects in a DbDataReader. This is useful for doing high-speed data loads with SqlBulkCopy, and copying collections of entities to a DataTable for use with SQL Server Table-Valued parameters, or for interop /// with older ADO.NET applciations. /// /// For explicit control over the fields projected b…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages