using

namespace ProgrammerLife.CodeBuilder.Entity.Persistent
{
    
/// <summary>
    
/// SqlServerConnection 持久化实体类
    
/// </summary>

    [Serializable]
    
public class SqlServerConnection:ICloneable,IComparable    {
        
private fields

        
constructor

        
private methods

        
properties

        
static properties

        
ICloneable 成员

        
IComparable 成员

        
public methods

        
public static methods    
    }

}

posted on 2007-02-09 15:35  东风31  阅读(231)  评论(0)    收藏  举报