📄 bluehillmanagementdataset1.designer.cs
字号:
}
}
}
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 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 {
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 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()]
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 + -