stocklistdataset.designer.cs
来自「c#三层架构项目开发的全过程」· CS 代码 · 共 1,133 行 · 第 1/5 页
CS
1,133 行
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“Employee_ID”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.Employee_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string StockCheck_ID {
get {
try {
return ((string)(this[this.tableStockForm_Select_ByID.StockCheck_IDColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“StockCheck_ID”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.StockCheck_IDColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int Stock_Type_id {
get {
try {
return ((int)(this[this.tableStockForm_Select_ByID.Stock_Type_idColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“Stock_Type_id”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.Stock_Type_idColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public int StockForm_TotalNum {
get {
try {
return ((int)(this[this.tableStockForm_Select_ByID.StockForm_TotalNumColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“StockForm_TotalNum”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.StockForm_TotalNumColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public decimal StockForm_TradePrice {
get {
try {
return ((decimal)(this[this.tableStockForm_Select_ByID.StockForm_TradePriceColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“StockForm_TradePrice”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.StockForm_TradePriceColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string StockForm_OKText {
get {
try {
return ((string)(this[this.tableStockForm_Select_ByID.StockForm_OKTextColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“StockForm_OKText”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.StockForm_OKTextColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public System.DateTime StockForm_time {
get {
try {
return ((global::System.DateTime)(this[this.tableStockForm_Select_ByID.StockForm_timeColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“StockForm_time”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.StockForm_timeColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public string Stock_Type_Name {
get {
try {
return ((string)(this[this.tableStockForm_Select_ByID.Stock_Type_NameColumn]));
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("表“StockForm_Select_ByID”中列“Stock_Type_Name”的值为 DBNull。", e);
}
}
set {
this[this.tableStockForm_Select_ByID.Stock_Type_NameColumn] = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsEmployee_IDNull() {
return this.IsNull(this.tableStockForm_Select_ByID.Employee_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetEmployee_IDNull() {
this[this.tableStockForm_Select_ByID.Employee_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStockCheck_IDNull() {
return this.IsNull(this.tableStockForm_Select_ByID.StockCheck_IDColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStockCheck_IDNull() {
this[this.tableStockForm_Select_ByID.StockCheck_IDColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStock_Type_idNull() {
return this.IsNull(this.tableStockForm_Select_ByID.Stock_Type_idColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStock_Type_idNull() {
this[this.tableStockForm_Select_ByID.Stock_Type_idColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStockForm_TotalNumNull() {
return this.IsNull(this.tableStockForm_Select_ByID.StockForm_TotalNumColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStockForm_TotalNumNull() {
this[this.tableStockForm_Select_ByID.StockForm_TotalNumColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStockForm_TradePriceNull() {
return this.IsNull(this.tableStockForm_Select_ByID.StockForm_TradePriceColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStockForm_TradePriceNull() {
this[this.tableStockForm_Select_ByID.StockForm_TradePriceColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStockForm_OKTextNull() {
return this.IsNull(this.tableStockForm_Select_ByID.StockForm_OKTextColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStockForm_OKTextNull() {
this[this.tableStockForm_Select_ByID.StockForm_OKTextColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStockForm_timeNull() {
return this.IsNull(this.tableStockForm_Select_ByID.StockForm_timeColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStockForm_timeNull() {
this[this.tableStockForm_Select_ByID.StockForm_timeColumn] = global::System.Convert.DBNull;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public bool IsStock_Type_NameNull() {
return this.IsNull(this.tableStockForm_Select_ByID.Stock_Type_NameColumn);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public void SetStock_Type_NameNull() {
this[this.tableStockForm_Select_ByID.Stock_Type_NameColumn] = global::System.Convert.DBNull;
}
}
/// <summary>
///Row event argument class
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public class StockForm_Select_ByIDRowChangeEvent : global::System.EventArgs {
private StockForm_Select_ByIDRow eventRow;
private global::System.Data.DataRowAction eventAction;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?