Info
Version: | 3.0.1 |
Author(s): | Kirk Brackebusch |
Last Update: | Sunday, January 24, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SqlMetaData2 |
Install
Install-Package SqlMetaData2
dotnet add package SqlMetaData2
paket add SqlMetaData2
SqlMetaData2 Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.78)
- System.Data.SqlClient(>= 4.8.2)
Given an object the code creates a parameter collection with only the matching columns between procedure name and object. This package also contains bcp utilities that make using SqlBulkCopy less work.
This code automatically lines up columns between source and destination.