📄 testdataset2.designer.cs
字号:
return ((string)(this[this.table服务管理信息.委托人Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“服务管理信息”中列“委托人”的值为 DBNull。", e);
}
}
set {
this[this.table服务管理信息.委托人Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 受托人 {
get {
try {
return ((string)(this[this.table服务管理信息.受托人Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“服务管理信息”中列“受托人”的值为 DBNull。", e);
}
}
set {
this[this.table服务管理信息.受托人Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public long 数量 {
get {
try {
return ((long)(this[this.table服务管理信息.数量Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“服务管理信息”中列“数量”的值为 DBNull。", e);
}
}
set {
this[this.table服务管理信息.数量Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 委托时间 {
get {
try {
return ((System.DateTime)(this[this.table服务管理信息.委托时间Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“服务管理信息”中列“委托时间”的值为 DBNull。", e);
}
}
set {
this[this.table服务管理信息.委托时间Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 预期完成时间 {
get {
try {
return ((System.DateTime)(this[this.table服务管理信息.预期完成时间Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“服务管理信息”中列“预期完成时间”的值为 DBNull。", e);
}
}
set {
this[this.table服务管理信息.预期完成时间Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 时间说明 {
get {
try {
return ((string)(this[this.table服务管理信息.时间说明Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“服务管理信息”中列“时间说明”的值为 DBNull。", e);
}
}
set {
this[this.table服务管理信息.时间说明Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is服务名称Null() {
return this.IsNull(this.table服务管理信息.服务名称Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set服务名称Null() {
this[this.table服务管理信息.服务名称Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is服务类别Null() {
return this.IsNull(this.table服务管理信息.服务类别Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set服务类别Null() {
this[this.table服务管理信息.服务类别Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is内容Null() {
return this.IsNull(this.table服务管理信息.内容Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set内容Null() {
this[this.table服务管理信息.内容Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is委托人Null() {
return this.IsNull(this.table服务管理信息.委托人Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set委托人Null() {
this[this.table服务管理信息.委托人Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is受托人Null() {
return this.IsNull(this.table服务管理信息.受托人Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set受托人Null() {
this[this.table服务管理信息.受托人Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is数量Null() {
return this.IsNull(this.table服务管理信息.数量Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set数量Null() {
this[this.table服务管理信息.数量Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is委托时间Null() {
return this.IsNull(this.table服务管理信息.委托时间Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set委托时间Null() {
this[this.table服务管理信息.委托时间Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is预期完成时间Null() {
return this.IsNull(this.table服务管理信息.预期完成时间Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set预期完成时间Null() {
this[this.table服务管理信息.预期完成时间Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Is时间说明Null() {
return this.IsNull(this.table服务管理信息.时间说明Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Set时间说明Null() {
this[this.table服务管理信息.时间说明Column] = System.Convert.DBNull;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class 服务管理信息RowChangeEvent : System.EventArgs {
private 服务管理信息Row eventRow;
private System.Data.DataRowAction eventAction;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 服务管理信息RowChangeEvent(服务管理信息Row row, System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 服务管理信息Row Row {
get {
return this.eventRow;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -