Shaolinq.Persistence.DbConnectionWrapper.DbConnectionWrapper C# (CSharp) Method

DbConnectionWrapper() public method

public DbConnectionWrapper ( IDbConnection inner ) : System.Data
inner IDbConnection
return System.Data
		public DbConnectionWrapper(IDbConnection inner)
		{
			this.Inner = inner;
		}