Skip to content

Instantly share code, notes, and snippets.

View samlii's full-sized avatar

Sam Listopad samlii

  • Near Chicago
View GitHub Profile
@samlii
samlii / PostgresBulkUpdate.cs
Created September 26, 2016 13:54
A way to do a bulk update in postgresql using a datatable.
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using Dapper;
using Newtonsoft.Json;
using Npgsql;
using NpgsqlTypes;
namespace DataExtensions