hello

Sunday, 24 July 2011

how create connection class

 public class connection
    {
        public connection()
        {
        }

        public static string connect
        {

            get
            {
                return aaa\\SQLEXPRESS;Initial Catalog=aaa;Integrated Security=True";
            }
        }
    }

No comments:

Post a Comment