SagaDB.MSSQLOperator.MSSQLOperator C# (CSharp) Method

MSSQLOperator() public method

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