📄 sqldatabase_datadataset.designer.cs
字号:
}
}
this.table用户表 = ((用户表DataTable)(base.Tables["用户表"]));
if ((initTable == true)) {
if ((this.table用户表 != null)) {
this.table用户表.InitVars();
}
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.DataSetName = "sqldatabase_DataDataSet";
this.Prefix = "";
this.Namespace = "http://tempuri.org/sqldatabase_DataDataSet.xsd";
this.EnforceConstraints = true;
this.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
this.table厂家信息表 = new 厂家信息表DataTable();
base.Tables.Add(this.table厂家信息表);
this.table出入库明细表 = new 出入库明细表DataTable();
base.Tables.Add(this.table出入库明细表);
this.table库存类型 = new 库存类型DataTable();
base.Tables.Add(this.table库存类型);
this.table型号表 = new 型号表DataTable();
base.Tables.Add(this.table型号表);
this.table用户表 = new 用户表DataTable();
base.Tables.Add(this.table用户表);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize厂家信息表() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize出入库明细表() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize库存类型() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize型号表() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerialize用户表() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void SchemaChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) {
if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
sqldatabase_DataDataSet ds = new sqldatabase_DataDataSet();
System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
xs.Add(ds.GetSchemaSerializable());
System.Xml.Schema.XmlSchemaAny any = new System.Xml.Schema.XmlSchemaAny();
any.Namespace = ds.Namespace;
sequence.Items.Add(any);
type.Particle = sequence;
return type;
}
public delegate void 厂家信息表RowChangeEventHandler(object sender, 厂家信息表RowChangeEvent e);
public delegate void 出入库明细表RowChangeEventHandler(object sender, 出入库明细表RowChangeEvent e);
public delegate void 库存类型RowChangeEventHandler(object sender, 库存类型RowChangeEvent e);
public delegate void 型号表RowChangeEventHandler(object sender, 型号表RowChangeEvent e);
public delegate void 用户表RowChangeEventHandler(object sender, 用户表RowChangeEvent e);
[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地址;
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 地址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()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 厂家信息表Row this[int index] {
get {
return ((厂家信息表Row)(this.Rows[index]));
}
}
public event 厂家信息表RowChangeEventHandler 厂家信息表RowChanging;
public event 厂家信息表RowChangeEventHandler 厂家信息表RowChanged;
public event 厂家信息表RowChangeEventHandler 厂家信息表RowDeleting;
public event 厂家信息表RowChangeEventHandler 厂家信息表RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Add厂家信息表Row(厂家信息表Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 厂家信息表Row Add厂家信息表Row(string 厂家名称, string 地址, string 联系人, string 手机, string 电话, string 传真) {
厂家信息表Row row厂家信息表Row = ((厂家信息表Row)(this.NewRow()));
row厂家信息表Row.ItemArray = new object[] {
厂家名称,
地址,
联系人,
手机,
电话,
传真};
this.Rows.Add(row厂家信息表Row);
return row厂家信息表Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 厂家信息表Row FindBy厂家名称(string 厂家名称) {
return ((厂家信息表Row)(this.Rows.Find(new object[] {
厂家名称})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
厂家信息表DataTable cln = ((厂家信息表DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new 厂家信息表DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.column厂家名称 = base.Columns["厂家名称"];
this.column地址 = base.Columns["地址"];
this.column联系人 = base.Columns["联系人"];
this.column手机 = base.Columns["手机"];
this.column电话 = base.Columns["电话"];
this.column传真 = base.Columns["传真"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.column厂家名称 = new System.Data.DataColumn("厂家名称", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column厂家名称);
this.column地址 = new System.Data.DataColumn("地址", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column地址);
this.column联系人 = new System.Data.DataColumn("联系人", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column联系人);
this.column手机 = new System.Data.DataColumn("手机", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column手机);
this.column电话 = new System.Data.DataColumn("电话", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column电话);
this.column传真 = new System.Data.DataColumn("传真", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.column传真);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.column厂家名称}, true));
this.column厂家名称.AllowDBNull = false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -