Skip to content

Instantly share code, notes, and snippets.

@ttlatex
ttlatex / OracleDynamicParameters.cs
Last active January 16, 2018 14:30 — forked from vijayganeshpk/OracleDynamicParameters.cs
OracleDynamicParameters class for Dapper
using Oracle.ManagedDataAccess.Client;
using Oracle.ManagedDataAccess.Types;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
namespace Dapper
{
public class OracleDynamicParameters : SqlMapper.IDynamicParameters