📄 bluehillmanagementdataset2.designer.cs
字号:
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
}
/// <summary>
///Represents strongly named DataRow class.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class 员工请假表Row : global::System.Data.DataRow {
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 int 员工编号 {
get {
return ((int)(this[this.table员工请假表.员工编号Column]));
}
set {
this[this.table员工请假表.员工编号Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 提交时间 {
get {
return ((global::System.DateTime)(this[this.table员工请假表.提交时间Column]));
}
set {
this[this.table员工请假表.提交时间Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 开始时间 {
get {
return ((global::System.DateTime)(this[this.table员工请假表.开始时间Column]));
}
set {
this[this.table员工请假表.开始时间Column] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 结束时间 {
get {
return ((global::System.DateTime)(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 {
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 double 小时数 {
get {
return ((double)(this[this.table员工请假表.小时数Column]));
}
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 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;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -