Skip to content

Instantly share code, notes, and snippets.

@PaulDMendoza
Last active February 18, 2018 02:19
Show Gist options
  • Save PaulDMendoza/30be8c71f05a20ddb548b94f772893f2 to your computer and use it in GitHub Desktop.
Save PaulDMendoza/30be8c71f05a20ddb548b94f772893f2 to your computer and use it in GitHub Desktop.
Open Connection Example
public static DbConnection GetCenterConnection(IConfig config = null)
{
return new DragnetTech.Shared.Tracing.Npgsql.NpgsqlConnection(new Npgsql.NpgsqlConnection(Config.GetConnectionStringCenterDB()), Tracing.AWSIDbProfiler.Instance);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment