📄 bluehillmanagementdataset.designer.cs
字号:
private 员工表DataTable table员工表;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 员工表Row(global::System.Data.DataRowBuilder rb) :
base(rb) {
this.table员工表 = ((员工表DataTable)(this.Table));
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 员工编号 {
get {
return ((int)(this[this.table员工表.员工编号Column]));
}
set {
this[this.table员工表.员工编号Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 员工姓名 {
get {
return ((string)(this[this.table员工表.员工姓名Column]));
}
set {
this[this.table员工表.员工姓名Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 员工登录名 {
get {
return ((string)(this[this.table员工表.员工登录名Column]));
}
set {
this[this.table员工表.员工登录名Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 员工密码 {
get {
return ((string)(this[this.table员工表.员工密码Column]));
}
set {
this[this.table员工表.员工密码Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 员工电子邮件 {
get {
return ((string)(this[this.table员工表.员工电子邮件Column]));
}
set {
this[this.table员工表.员工电子邮件Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 员工所属部门编号 {
get {
return ((int)(this[this.table员工表.员工所属部门编号Column]));
}
set {
this[this.table员工表.员工所属部门编号Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public decimal 员工基本薪资 {
get {
try {
return ((decimal)(this[this.table员工表.员工基本薪资Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“员工基本薪资”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.员工基本薪资Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 员工职位名称 {
get {
try {
return ((string)(this[this.table员工表.员工职位名称Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“员工职位名称”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.员工职位名称Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 员工电话 {
get {
try {
return ((int)(this[this.table员工表.员工电话Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“员工电话”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.员工电话Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 员工报到日期 {
get {
try {
return ((global::System.DateTime)(this[this.table员工表.员工报到日期Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“员工报到日期”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.员工报到日期Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 自我介绍 {
get {
try {
return ((string)(this[this.table员工表.自我介绍Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“自我介绍”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.自我介绍Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 员工剩余假期 {
get {
try {
return ((int)(this[this.table员工表.员工剩余假期Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“员工剩余假期”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.员工剩余假期Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 照片 {
get {
try {
return ((string)(this[this.table员工表.照片Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“照片”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.照片Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 级别 {
get {
try {
return ((string)(this[this.table员工表.级别Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“级别”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.级别Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 部门编号 {
get {
try {
return ((int)(this[this.table员工表.部门编号Column]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“员工表”中列“部门编号”的值为 DBNull。", e);
}
}
set {
this[this.table员工表.部门编号Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is员工基本薪资Null() {
return this.IsNull(this.table员工表.员工基本薪资Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set员工基本薪资Null() {
this[this.table员工表.员工基本薪资Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is员工职位名称Null() {
return this.IsNull(this.table员工表.员工职位名称Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set员工职位名称Null() {
this[this.table员工表.员工职位名称Column] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is员工电话Null() {
return this.IsNull(this.table员工表.员工电话Column);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set员工电话Null() {
this[this.table员工表.员工电话Column] = global::System.Convert.DBNull;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -