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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
dbrownems/ObjectDataReader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published