BKI_DichVuMatDat.US.US_DM_NHAN_VIEN.LayThongTinNhanVien C# (CSharp) Method

LayThongTinNhanVien() public method

public LayThongTinNhanVien ( DataSet op_ds, string ip_str_ma_nv ) : void
op_ds System.Data.DataSet
ip_str_ma_nv string
return void
        public void LayThongTinNhanVien(DataSet op_ds, string ip_str_ma_nv)
        {
            CStoredProc v_cstore = new CStoredProc("PR_DM_NHAN_VIEN_SELECT_ONE");
            v_cstore.addNVarcharInputParam("@ip_str_ma_nv", ip_str_ma_nv);
            v_cstore.fillDataSetByCommand(this, op_ds);
        }
US_DM_NHAN_VIEN