Click here to Skip to main content
Click here to Skip to main content

Using NHibernate in COM+ (.NET Enterprise Services) Distributed Transactions

By , 2 Feb 2006
 
complusnhibernatetest.zip
Castle.DynamicProxy.dll
ComPlusNHibernateTest
CPN.snk
CPNTestHarness
Iesi.Collections.dll
log4net.dll
NHibernate.dll
using System;

namespace ComPlusNHibernateTest
{
	public class Table1
	{
		private int _Id;
		private int _Num;

		public int Id 
		{
			get { return _Id; }
		}

		public int Num 
		{
			get { return _Num; }
			set { _Num = value; }
		}

		public Table1()
		{
			_Id = 0;
		}
	}
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Dustin Metzgar
Software Developer
United States United States
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 2 Feb 2006
Article Copyright 2006 by Dustin Metzgar
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid