login.cs
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:0k
源码类别:

C#编程

开发平台:

Others

  1. using System;
  2. public class Login
  3. {
  4.   // Alter this connection string here - all other examples use this class
  5.   public static string Connection
  6.   {
  7.     get { return "data source=(local);initial catalog=Northwind;integrated security=SSPI;"; }
  8.   }
  9. }