B 
		
								
				
				
			
		Bob
I have a table of dependencies and want to check to see if the dependencies
cause a circular reference. Any sugesstions on how to do this using c#.
Example,
ID DependsOnID
1 2
1 4
2 3
3 1 (circular reference)
				
			cause a circular reference. Any sugesstions on how to do this using c#.
Example,
ID DependsOnID
1 2
1 4
2 3
3 1 (circular reference)