📄 dataset4.designer.cs
字号:
}
}
set {
this[this.table图书信息.现存量Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int 库存总量 {
get {
try {
return ((int)(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 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 int 借出次数 {
get {
try {
return ((int)(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 是否注销 {
get {
return ((bool)(this[this.table图书信息.是否注销Column]));
}
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 IsISBNNull() {
return this.IsNull(this.table图书信息.ISBNColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetISBNNull() {
this[this.table图书信息.ISBNColumn] = 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.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;
}
}
}
}
}
#pragma warning restore 1591
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -