📄 dataset_stores.designer.cs
字号:
any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any1);
System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
any2.MinOccurs = new decimal(1);
any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
sequence.Items.Add(any2);
System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
attribute1.Name = "namespace";
attribute1.FixedValue = ds.Namespace;
type.Attributes.Add(attribute1);
System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
attribute2.Name = "tableTypeName";
attribute2.FixedValue = "gp_getoldinstockmainDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class gp_getoldinstockdealRow : System.Data.DataRow {
private gp_getoldinstockdealDataTable tablegp_getoldinstockdeal;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal gp_getoldinstockdealRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tablegp_getoldinstockdeal = ((gp_getoldinstockdealDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public decimal qty {
get {
try {
return ((decimal)(this[this.tablegp_getoldinstockdeal.qtyColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockdeal”中列“qty”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockdeal.qtyColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public long billnumberid {
get {
try {
return ((long)(this[this.tablegp_getoldinstockdeal.billnumberidColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockdeal”中列“billnumberid”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockdeal.billnumberidColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string ptypeid {
get {
try {
return ((string)(this[this.tablegp_getoldinstockdeal.ptypeidColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockdeal”中列“ptypeid”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockdeal.ptypeidColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public decimal price {
get {
try {
return ((decimal)(this[this.tablegp_getoldinstockdeal.priceColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockdeal”中列“price”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockdeal.priceColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public decimal total {
get {
try {
return ((decimal)(this[this.tablegp_getoldinstockdeal.totalColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockdeal”中列“total”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockdeal.totalColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string pname {
get {
try {
return ((string)(this[this.tablegp_getoldinstockdeal.pnameColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockdeal”中列“pname”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockdeal.pnameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string usercode {
get {
try {
return ((string)(this[this.tablegp_getoldinstockdeal.usercodeColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockdeal”中列“usercode”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockdeal.usercodeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsqtyNull() {
return this.IsNull(this.tablegp_getoldinstockdeal.qtyColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetqtyNull() {
this[this.tablegp_getoldinstockdeal.qtyColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsbillnumberidNull() {
return this.IsNull(this.tablegp_getoldinstockdeal.billnumberidColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetbillnumberidNull() {
this[this.tablegp_getoldinstockdeal.billnumberidColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsptypeidNull() {
return this.IsNull(this.tablegp_getoldinstockdeal.ptypeidColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetptypeidNull() {
this[this.tablegp_getoldinstockdeal.ptypeidColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IspriceNull() {
return this.IsNull(this.tablegp_getoldinstockdeal.priceColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetpriceNull() {
this[this.tablegp_getoldinstockdeal.priceColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IstotalNull() {
return this.IsNull(this.tablegp_getoldinstockdeal.totalColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SettotalNull() {
this[this.tablegp_getoldinstockdeal.totalColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IspnameNull() {
return this.IsNull(this.tablegp_getoldinstockdeal.pnameColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetpnameNull() {
this[this.tablegp_getoldinstockdeal.pnameColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsusercodeNull() {
return this.IsNull(this.tablegp_getoldinstockdeal.usercodeColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetusercodeNull() {
this[this.tablegp_getoldinstockdeal.usercodeColumn] = System.Convert.DBNull;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class gp_getoldinstockmainRow : System.Data.DataRow {
private gp_getoldinstockmainDataTable tablegp_getoldinstockmain;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal gp_getoldinstockmainRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tablegp_getoldinstockmain = ((gp_getoldinstockmainDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public decimal BillNumberID {
get {
return ((decimal)(this[this.tablegp_getoldinstockmain.BillNumberIDColumn]));
}
set {
this[this.tablegp_getoldinstockmain.BillNumberIDColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime BillDate {
get {
return ((System.DateTime)(this[this.tablegp_getoldinstockmain.BillDateColumn]));
}
set {
this[this.tablegp_getoldinstockmain.BillDateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string BillCode {
get {
return ((string)(this[this.tablegp_getoldinstockmain.BillCodeColumn]));
}
set {
this[this.tablegp_getoldinstockmain.BillCodeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string ifcheck {
get {
try {
return ((string)(this[this.tablegp_getoldinstockmain.ifcheckColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockmain”中列“ifcheck”的值为 DBNull。", e);
}
}
set {
this[this.tablegp_getoldinstockmain.ifcheckColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Comment {
get {
try {
return ((string)(this[this.tablegp_getoldinstockmain.CommentColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“gp_getoldinstockmain”中列“Comment”的值为 DBNull。", e);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -