📄 dataset1.designer.cs
字号:
private System.Data.DataColumn columnxingming;
private System.Data.DataColumn columnnianling;
private System.Data.DataColumn columnxiaqu;
private System.Data.DataColumn columnzhuzhi;
private System.Data.DataColumn columnlianxidanhua;
private System.Data.DataColumn columntechang;
private System.Data.DataColumn columnbeizhu;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public hongniangDataTable() {
this.TableName = "hongniang";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal hongniangDataTable(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 hongniangDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn IDColumn {
get {
return this.columnID;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn bianhaoColumn {
get {
return this.columnbianhao;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn xingmingColumn {
get {
return this.columnxingming;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn nianlingColumn {
get {
return this.columnnianling;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn xiaquColumn {
get {
return this.columnxiaqu;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn zhuzhiColumn {
get {
return this.columnzhuzhi;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn lianxidanhuaColumn {
get {
return this.columnlianxidanhua;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn techangColumn {
get {
return this.columntechang;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn beizhuColumn {
get {
return this.columnbeizhu;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public hongniangRow this[int index] {
get {
return ((hongniangRow)(this.Rows[index]));
}
}
public event hongniangRowChangeEventHandler hongniangRowChanging;
public event hongniangRowChangeEventHandler hongniangRowChanged;
public event hongniangRowChangeEventHandler hongniangRowDeleting;
public event hongniangRowChangeEventHandler hongniangRowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void AddhongniangRow(hongniangRow row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public hongniangRow AddhongniangRow(string bianhao, string xingming, short nianling, string xiaqu, string zhuzhi, string lianxidanhua, string techang, string beizhu) {
hongniangRow rowhongniangRow = ((hongniangRow)(this.NewRow()));
rowhongniangRow.ItemArray = new object[] {
null,
bianhao,
xingming,
nianling,
xiaqu,
zhuzhi,
lianxidanhua,
techang,
beizhu};
this.Rows.Add(rowhongniangRow);
return rowhongniangRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public hongniangRow FindByID(int ID) {
return ((hongniangRow)(this.Rows.Find(new object[] {
ID})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
hongniangDataTable cln = ((hongniangDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new hongniangDataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnID = base.Columns["ID"];
this.columnbianhao = base.Columns["bianhao"];
this.columnxingming = base.Columns["xingming"];
this.columnnianling = base.Columns["nianling"];
this.columnxiaqu = base.Columns["xiaqu"];
this.columnzhuzhi = base.Columns["zhuzhi"];
this.columnlianxidanhua = base.Columns["lianxidanhua"];
this.columntechang = base.Columns["techang"];
this.columnbeizhu = base.Columns["beizhu"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columnID = new System.Data.DataColumn("ID", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnID);
this.columnbianhao = new System.Data.DataColumn("bianhao", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnbianhao);
this.columnxingming = new System.Data.DataColumn("xingming", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnxingming);
this.columnnianling = new System.Data.DataColumn("nianling", typeof(short), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnnianling);
this.columnxiaqu = new System.Data.DataColumn("xiaqu", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnxiaqu);
this.columnzhuzhi = new System.Data.DataColumn("zhuzhi", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnzhuzhi);
this.columnlianxidanhua = new System.Data.DataColumn("lianxidanhua", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnlianxidanhua);
this.columntechang = new System.Data.DataColumn("techang", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columntechang);
this.columnbeizhu = new System.Data.DataColumn("beizhu", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnbeizhu);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.columnID}, true));
this.columnID.AutoIncrement = true;
this.columnID.AllowDBNull = false;
this.columnID.ReadOnly = true;
this.columnID.Unique = true;
this.columnbianhao.MaxLength = 10;
this.columnxingming.MaxLength = 10;
this.columnxiaqu.MaxLength = 50;
this.columnzhuzhi.MaxLength = 200;
this.columnlianxidanhua.MaxLength = 20;
this.columntechang.MaxLength = 1073741823;
this.columnbeizhu.MaxLength = 1073741823;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public hongniangRow NewhongniangRow() {
return ((hongniangRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new hongniangRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(hongniangRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.hongniangRowChanged != null)) {
this.hongniangRowChanged(this, new hongniangRowChangeEvent(((hongniangRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.hongniangRowChanging != null)) {
this.hongniangRowChanging(this, new hongniangRowChangeEvent(((hongniangRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.hongniangRowDeleted != null)) {
this.hongniangRowDeleted(this, new hongniangRowChangeEvent(((hongniangRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.hongniangRowDeleting != null)) {
this.hongniangRowDeleting(this, new hongniangRowChangeEvent(((hongniangRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void RemovehongniangRow(hongniangRow 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();
DataSet1 ds = new DataSet1();
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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -