?? form2.cs
字號:
//
// label23
//
this.label23.Location = new System.Drawing.Point(200, 168);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(56, 16);
this.label23.TabIndex = 15;
this.label23.Text = "崗薪工資";
//
// label22
//
this.label22.Location = new System.Drawing.Point(200, 128);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(56, 16);
this.label22.TabIndex = 14;
this.label22.Text = "調整時間";
//
// label21
//
this.label21.Location = new System.Drawing.Point(16, 88);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(72, 16);
this.label21.TabIndex = 13;
this.label21.Text = "職 稱 等 級";
//
// label20
//
this.label20.Location = new System.Drawing.Point(16, 400);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(88, 16);
this.label20.TabIndex = 12;
this.label20.Text = "備 注";
//
// label19
//
this.label19.Location = new System.Drawing.Point(16, 360);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(80, 16);
this.label19.TabIndex = 11;
this.label19.Text = "檔案 存 放地";
//
// label18
//
this.label18.Location = new System.Drawing.Point(16, 320);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(80, 16);
this.label18.TabIndex = 10;
this.label18.Text = "崗位變動時間";
//
// label17
//
this.label17.Location = new System.Drawing.Point(16, 280);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(80, 16);
this.label17.TabIndex = 9;
this.label17.Text = "離 職 時 間";
//
// label16
//
this.label16.Location = new System.Drawing.Point(16, 240);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(80, 16);
this.label16.TabIndex = 8;
this.label16.Text = "變 動 崗 位";
//
// label15
//
this.label15.Location = new System.Drawing.Point(16, 168);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(80, 16);
this.label15.TabIndex = 7;
this.label15.Text = "職 務";
//
// label14
//
this.label14.Location = new System.Drawing.Point(16, 128);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(80, 16);
this.label14.TabIndex = 6;
this.label14.Text = "職稱評定時間";
//
// textBoxfilecode
//
this.textBoxfilecode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.檔案號"));
this.textBoxfilecode.Location = new System.Drawing.Point(272, 320);
this.textBoxfilecode.Name = "textBoxfilecode";
this.textBoxfilecode.Size = new System.Drawing.Size(64, 21);
this.textBoxfilecode.TabIndex = 30;
this.textBoxfilecode.Text = "";
//
// label28
//
this.label28.Location = new System.Drawing.Point(200, 328);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(56, 16);
this.label28.TabIndex = 25;
this.label28.Text = "檔 案 號";
//
// textBoxoperator
//
this.textBoxoperator.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "人員基本信息管理.操作者"));
this.textBoxoperator.Location = new System.Drawing.Point(88, 512);
this.textBoxoperator.Name = "textBoxoperator";
this.textBoxoperator.ReadOnly = true;
this.textBoxoperator.Size = new System.Drawing.Size(96, 21);
this.textBoxoperator.TabIndex = 34;
this.textBoxoperator.Text = "001";
this.textBoxoperator.Visible = false;
//
// sqlDataAdapter1
//
this.sqlDataAdapter1.DeleteCommand = this.sqlDeleteCommand1;
this.sqlDataAdapter1.InsertCommand = this.sqlInsertCommand1;
this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] {
new System.Data.Common.DataTableMapping("Table", "人員基本信息管理", new System.Data.Common.DataColumnMapping[] {
new System.Data.Common.DataColumnMapping("姓名", "姓名"),
new System.Data.Common.DataColumnMapping("工號", "工號"),
new System.Data.Common.DataColumnMapping("性別", "性別"),
new System.Data.Common.DataColumnMapping("身份證號碼", "身份證號碼"),
new System.Data.Common.DataColumnMapping("家庭住址", "家庭住址"),
new System.Data.Common.DataColumnMapping("聯系方式", "聯系方式"),
new System.Data.Common.DataColumnMapping("民族", "民族"),
new System.Data.Common.DataColumnMapping("學歷", "學歷"),
new System.Data.Common.DataColumnMapping("出生日期", "出生日期"),
new System.Data.Common.DataColumnMapping("專業", "專業"),
new System.Data.Common.DataColumnMapping("籍貫", "籍貫"),
new System.Data.Common.DataColumnMapping("畢業學校", "畢業學校"),
new System.Data.Common.DataColumnMapping("政治面貌", "政治面貌"),
new System.Data.Common.DataColumnMapping("畢業時間", "畢業時間"),
new System.Data.Common.DataColumnMapping("參加工作時間", "參加工作時間"),
new System.Data.Common.DataColumnMapping("進入公司時間", "進入公司時間"),
new System.Data.Common.DataColumnMapping("職務", "職務"),
new System.Data.Common.DataColumnMapping("職稱等級", "職稱等級"),
new System.Data.Common.DataColumnMapping("職稱", "職稱"),
new System.Data.Common.DataColumnMapping("職稱評定時間", "職稱評定時間"),
new System.Data.Common.DataColumnMapping("檔案工資", "檔案工資"),
new System.Data.Common.DataColumnMapping("調整時間", "調整時間"),
new System.Data.Common.DataColumnMapping("崗薪工資", "崗薪工資"),
new System.Data.Common.DataColumnMapping("參保種類", "參保種類"),
new System.Data.Common.DataColumnMapping("參保時間", "參保時間"),
new System.Data.Common.DataColumnMapping("參保額", "參保額"),
new System.Data.Common.DataColumnMapping("檔案存放地", "檔案存放地"),
new System.Data.Common.DataColumnMapping("崗位變動時間", "崗位變動時間"),
new System.Data.Common.DataColumnMapping("變動崗位", "變動崗位"),
new System.Data.Common.DataColumnMapping("離職時間", "離職時間"),
new System.Data.Common.DataColumnMapping("操作者", "操作者"),
new System.Data.Common.DataColumnMapping("試用信息", "試用信息"),
new System.Data.Common.DataColumnMapping("檔案號", "檔案號"),
new System.Data.Common.DataColumnMapping("照片", "照片"),
new System.Data.Common.DataColumnMapping("操作日期", "操作日期"),
new System.Data.Common.DataColumnMapping("備注", "備注")})});
this.sqlDataAdapter1.UpdateCommand = this.sqlUpdateCommand1;
//
// sqlDeleteCommand1
//
this.sqlDeleteCommand1.CommandText = "DELETE FROM 人員基本信息管理 WHERE (姓名 = @Original_姓名) AND (工號 = @Original_工號) AND (專業 = " +
"@Original_專業 OR @Original_專業 IS NULL AND 專業 IS NULL) AND (出生日期 = @Original_出生日期)" +
" AND (參保時間 = @Original_參保時間 OR @Original_參保時間 IS NULL AND 參保時間 IS NULL) AND (參保種" +
"類 = @Original_參保種類 OR @Original_參保種類 IS NULL AND 參保種類 IS NULL) AND (參保額 = @Origi" +
"nal_參保額 OR @Original_參保額 IS NULL AND 參保額 IS NULL) AND (參加工作時間 = @Original_參加工作時間" +
") AND (變動崗位 = @Original_變動崗位 OR @Original_變動崗位 IS NULL AND 變動崗位 IS NULL) AND (備注" +
" = @Original_備注 OR @Original_備注 IS NULL AND 備注 IS NULL) AND (學歷 = @Original_學歷) " +
"AND (家庭住址 = @Original_家庭住址 OR @Original_家庭住址 IS NULL AND 家庭住址 IS NULL) AND (崗位變動" +
"時間 = @Original_崗位變動時間 OR @Original_崗位變動時間 IS NULL AND 崗位變動時間 IS NULL) AND (崗薪工資 " +
"= @Original_崗薪工資 OR @Original_崗薪工資 IS NULL AND 崗薪工資 IS NULL) AND (性別 = @Original" +
"_性別) AND (操作日期 = @Original_操作日期) AND (政治面貌 = @Original_政治面貌) AND (檔案號 = @Origina" +
"l_檔案號 OR @Original_檔案號 IS NULL AND 檔案號 IS NULL) AND (檔案存放地 = @Original_檔案存放地 OR " +
"@Original_檔案存放地 IS NULL AND 檔案存放地 IS NULL) AND (檔案工資 = @Original_檔案工資 OR @Origin" +
"al_檔案工資 IS NULL AND 檔案工資 IS NULL) AND (畢業學校 = @Original_畢業學校) AND (畢業時間 = @Origi" +
"nal_畢業時間) AND (民族 = @Original_民族) AND (離職時間 = @Original_離職時間 OR @Original_離職時間 I" +
"S NULL AND 離職時間 IS NULL) AND (籍貫 = @Original_籍貫 OR @Original_籍貫 IS NULL AND 籍貫 I" +
"S NULL) AND (職務 = @Original_職務) AND (職稱 = @Original_職稱) AND (職稱等級 = @Original_職稱" +
"等級 OR @Original_職稱等級 IS NULL AND 職稱等級 IS NULL) AND (職稱評定時間 = @Original_職稱評定時間 OR" +
" @Original_職稱評定時間 IS NULL AND 職稱評定時間 IS NULL) AND (聯系方式 = @Original_聯系方式 OR @Ori" +
"ginal_聯系方式 IS NULL AND 聯系方式 IS NULL) AND (調整時間 = @Original_調整時間 OR @Original_調整時" +
"間 IS NULL AND 調整時間 IS NULL) AND (身份證號碼 = @Original_身份證號碼) AND (進入公司時間 = @Origina" +
"l_進入公司時間)";
this.sqlDeleteCommand1.Connection = this.sqlConnection2;
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_姓名", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "姓名", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_工號", System.Data.SqlDbType.VarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "工號", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_專業", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "專業", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_出生日期", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "出生日期", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_參保時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "參保時間", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_參保種類", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "參保種類", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_參保額", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "參保額", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_參加工作時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "參加工作時間", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_變動崗位", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "變動崗位", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_備注", System.Data.SqlDbType.NVarChar, 100, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "備注", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_學歷", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "學歷", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_家庭住址", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "家庭住址", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_崗位變動時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "崗位變動時間", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_崗薪工資", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "崗薪工資", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_性別", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "性別", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_操作日期", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "操作日期", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_政治面貌", System.Data.SqlDbType.NVarChar, 10, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "政治面貌", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_檔案號", System.Data.SqlDbType.VarChar, 30, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "檔案號", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_檔案存放地", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "檔案存放地", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_檔案工資", System.Data.SqlDbType.Money, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "檔案工資", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_畢業學校", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "畢業學校", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_畢業時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "畢業時間", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_民族", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "民族", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_離職時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "離職時間", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_籍貫", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "籍貫", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_職務", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "職務", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_職稱", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "職稱", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_職稱等級", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "職稱等級", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_職稱評定時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "職稱評定時間", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_聯系方式", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "聯系方式", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_調整時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "調整時間", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_身份證號碼", System.Data.SqlDbType.NVarChar, 50, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "身份證號碼", System.Data.DataRowVersion.Original, null));
this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@Original_進入公司時間", System.Data.SqlDbType.DateTime, 8, System.Data.ParameterDirection.Input, false, ((System.Byte)(0)), ((System.Byte)(0)), "進入公司時間", System.Data.DataRowVersion.Original, null));
//
// sqlConnection2
//
this.sqlConnection2.ConnectionString = "data source=SERVER;initial catalog=sgerp;password=sa;persist security info=True;u" +
"ser id=sa;workstation id=BLIZZARD;packet size=4096";
//
// sqlInsertCommand1
//
this.sqlInsertCommand1.CommandText = @"INSERT INTO 人員基本信息管理(姓名, 工號, 性別, 身份證號碼, 家庭住址, 聯系方式, 民族, 學歷, 出生日期, 專業, 籍貫, 畢業學校, 政治面貌, 畢業時間, 參加工作時間, 進入公司時間, 職務, 職稱等級, 職稱, 職稱評定時間, 檔案工資, 調整時間, 崗薪工資, 參保種類, 參保時間, 參保額, 檔案存放地, 崗位變動時間, 變動崗位, 離職時間, 操作者, 試用信息, 檔案號, 照片, 操作日期, 備注) VALUES (@姓名, @工號, @性別, @身份證號碼, @家庭住址, @聯系方式, @民族, @學歷, @出生日期, @專業, @籍貫, @畢業學校, @政治面貌, @畢業時間, @參加工作時間, @進入公司時間, @職務, @職稱等級, @職稱, @職稱評定時間, @檔案工資, @調整時間, @崗薪工資, @參保種類, @參保時間, @參保額, @檔案存放地, @崗位變動時間, @變動崗位, @離職時間, @操作者, @試用信息, @檔案號, @照片, @操作日期, @備注); SELECT 姓名, 工號, 性別, 身份證號碼, 家庭住址, 聯系方式, 民族, 學歷, 出生日期, 專業, 籍貫, 畢業學校, 政治面貌, 畢業時間, 參加工作時間, 進入公司時間, 職務, 職稱等級, 職稱, 職稱評定時間, 檔案工資, 調整時間, 崗薪工資, 參保種類, 參保時間, 參保額, 檔案存放地, 崗位變動時間, 變動崗位, 離職時間, 操作者, 試用信息, 檔案號, 照片, 操作日期, 備注 FROM 人員基本信息管理 WHERE (姓名 = @姓名) AND (工號 = @工號)";
this.sqlInsertCommand1.Connection = this.sqlConnection2;
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@姓名", System.Data.SqlDbType.NVarChar, 50, "姓名"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@工號", System.Data.SqlDbType.VarChar, 10, "工號"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@性別", System.Data.SqlDbType.NVarChar, 10, "性別"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@身份證號碼", System.Data.SqlDbType.NVarChar, 50, "身份證號碼"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@家庭住址", System.Data.SqlDbType.NVarChar, 50, "家庭住址"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@聯系方式", System.Data.SqlDbType.NVarChar, 50, "聯系方式"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@民族", System.Data.SqlDbType.NVarChar, 50, "民族"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@學歷", System.Data.SqlDbType.NVarChar, 10, "學歷"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@出生日期", System.Data.SqlDbType.DateTime, 8, "出生日期"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@專業", System.Data.SqlDbType.NVarChar, 50, "專業"));
this.sqlInsertCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@籍貫", System.Data.SqlDbTy
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -