📄 sqldatabase_datadataset.designer.cs
字号:
this.column厂家名称.Unique = true;
this.column厂家名称.MaxLength = 50;
this.column地址.AllowDBNull = false;
this.column地址.MaxLength = 50;
this.column联系人.AllowDBNull = false;
this.column联系人.MaxLength = 50;
this.column手机.AllowDBNull = false;
this.column手机.MaxLength = 20;
this.column电话.AllowDBNull = false;
this.column电话.MaxLength = 20;
this.column传真.AllowDBNull = false;
this.column传真.MaxLength = 30;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 厂家信息表Row New厂家信息表Row() {
return ((厂家信息表Row)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new 厂家信息表Row(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(厂家信息表Row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.厂家信息表RowChanged != null)) {
this.厂家信息表RowChanged(this, new 厂家信息表RowChangeEvent(((厂家信息表Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.厂家信息表RowChanging != null)) {
this.厂家信息表RowChanging(this, new 厂家信息表RowChangeEvent(((厂家信息表Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.厂家信息表RowDeleted != null)) {
this.厂家信息表RowDeleted(this, new 厂家信息表RowChangeEvent(((厂家信息表Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.厂家信息表RowDeleting != null)) {
this.厂家信息表RowDeleting(this, new 厂家信息表RowChangeEvent(((厂家信息表Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Remove厂家信息表Row(厂家信息表Row row) {
this.Rows.Remove(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
sqldatabase_DataDataSet ds = new sqldatabase_DataDataSet();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
any1.Namespace = "http://www.w3.org/2001/XMLSchema";
any1.MinOccurs = new decimal(0);
any1.MaxOccurs = decimal.MaxValue;
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 = "厂家信息表DataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class 出入库明细表DataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn column票号;
private System.Data.DataColumn column库存ID;
private System.Data.DataColumn column时间;
private System.Data.DataColumn column领用单位;
private System.Data.DataColumn column领用用途;
private System.Data.DataColumn column资产类型;
private System.Data.DataColumn column数量;
private System.Data.DataColumn column价格;
private System.Data.DataColumn column总价;
private System.Data.DataColumn column型号;
private System.Data.DataColumn column规格;
private System.Data.DataColumn column等级;
private System.Data.DataColumn column厂家;
private System.Data.DataColumn column出入库类型;
private System.Data.DataColumn column出库入库;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 出入库明细表DataTable() {
this.TableName = "出入库明细表";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 出入库明细表DataTable(System.Data.DataTable table) {
this.TableName = table.TableName;
if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
this.CaseSensitive = table.CaseSensitive;
}
if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
this.Locale = table.Locale;
}
if ((table.Namespace != table.DataSet.Namespace)) {
this.Namespace = table.Namespace;
}
this.Prefix = table.Prefix;
this.MinimumCapacity = table.MinimumCapacity;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected 出入库明细表DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 票号Column {
get {
return this.column票号;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 库存IDColumn {
get {
return this.column库存ID;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 时间Column {
get {
return this.column时间;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 领用单位Column {
get {
return this.column领用单位;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 领用用途Column {
get {
return this.column领用用途;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 资产类型Column {
get {
return this.column资产类型;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 数量Column {
get {
return this.column数量;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 价格Column {
get {
return this.column价格;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 总价Column {
get {
return this.column总价;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 型号Column {
get {
return this.column型号;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 规格Column {
get {
return this.column规格;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 等级Column {
get {
return this.column等级;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 厂家Column {
get {
return this.column厂家;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 出入库类型Column {
get {
return this.column出入库类型;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn 出库入库Column {
get {
return this.column出库入库;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -