JionNodeCollection.cs 285 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Collections.ObjectModel;
  6. namespace Ant.ORM
  7. {
  8. public class JionNodeCollection : Collection<JoinOnTableNode>
  9. {
  10. //public void Addlist()
  11. //{
  12. //}
  13. }
  14. }