SagaDB.MSSQLOperator.MSSQLOperator C# (CSharp) 메소드

MSSQLOperator() 공개 메소드

public MSSQLOperator ( string strConnection ) : System
strConnection string
리턴 System
        public MSSQLOperator(string strConnection)
        {
            //
            // TODO: �ڴ˴���ӹ��캯���߼�
            //
            this._conn = new SqlConnection(strConnection);
        }