📄 olddbdataset_old.designer.cs
字号:
if ((e.Action == System.ComponentModel.CollectionChangeAction.Remove)) {
this.InitVars();
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(System.Xml.Schema.XmlSchemaSet xs) {
oldDBDataSet_Old ds = new oldDBDataSet_Old();
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 OLD_TABLE1RowChangeEventHandler(object sender, OLD_TABLE1RowChangeEvent e);
public delegate void OLD_TABLE2RowChangeEventHandler(object sender, OLD_TABLE2RowChangeEvent e);
public delegate void OLD_TABLE3RowChangeEventHandler(object sender, OLD_TABLE3RowChangeEvent e);
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class OLD_TABLE1DataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columnOLD_ID;
private System.Data.DataColumn columnOLD_XINGMING;
private System.Data.DataColumn columnOLD_NIANLING;
private System.Data.DataColumn columnOLD_XINGBIE;
private System.Data.DataColumn columnOLD_XUELI;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public OLD_TABLE1DataTable() {
this.TableName = "OLD_TABLE1";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal OLD_TABLE1DataTable(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 OLD_TABLE1DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn OLD_IDColumn {
get {
return this.columnOLD_ID;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn OLD_XINGMINGColumn {
get {
return this.columnOLD_XINGMING;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn OLD_NIANLINGColumn {
get {
return this.columnOLD_NIANLING;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn OLD_XINGBIEColumn {
get {
return this.columnOLD_XINGBIE;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn OLD_XUELIColumn {
get {
return this.columnOLD_XUELI;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public OLD_TABLE1Row this[int index] {
get {
return ((OLD_TABLE1Row)(this.Rows[index]));
}
}
public event OLD_TABLE1RowChangeEventHandler OLD_TABLE1RowChanging;
public event OLD_TABLE1RowChangeEventHandler OLD_TABLE1RowChanged;
public event OLD_TABLE1RowChangeEventHandler OLD_TABLE1RowDeleting;
public event OLD_TABLE1RowChangeEventHandler OLD_TABLE1RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void AddOLD_TABLE1Row(OLD_TABLE1Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public OLD_TABLE1Row AddOLD_TABLE1Row(string OLD_XINGMING, string OLD_NIANLING, bool OLD_XINGBIE, string OLD_XUELI) {
OLD_TABLE1Row rowOLD_TABLE1Row = ((OLD_TABLE1Row)(this.NewRow()));
rowOLD_TABLE1Row.ItemArray = new object[] {
null,
OLD_XINGMING,
OLD_NIANLING,
OLD_XINGBIE,
OLD_XUELI};
this.Rows.Add(rowOLD_TABLE1Row);
return rowOLD_TABLE1Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public OLD_TABLE1Row FindByOLD_ID(decimal OLD_ID) {
return ((OLD_TABLE1Row)(this.Rows.Find(new object[] {
OLD_ID})));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
OLD_TABLE1DataTable cln = ((OLD_TABLE1DataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new OLD_TABLE1DataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnOLD_ID = base.Columns["OLD_ID"];
this.columnOLD_XINGMING = base.Columns["OLD_XINGMING"];
this.columnOLD_NIANLING = base.Columns["OLD_NIANLING"];
this.columnOLD_XINGBIE = base.Columns["OLD_XINGBIE"];
this.columnOLD_XUELI = base.Columns["OLD_XUELI"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columnOLD_ID = new System.Data.DataColumn("OLD_ID", typeof(decimal), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnOLD_ID);
this.columnOLD_XINGMING = new System.Data.DataColumn("OLD_XINGMING", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnOLD_XINGMING);
this.columnOLD_NIANLING = new System.Data.DataColumn("OLD_NIANLING", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnOLD_NIANLING);
this.columnOLD_XINGBIE = new System.Data.DataColumn("OLD_XINGBIE", typeof(bool), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnOLD_XINGBIE);
this.columnOLD_XUELI = new System.Data.DataColumn("OLD_XUELI", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnOLD_XUELI);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.columnOLD_ID}, true));
this.columnOLD_ID.AutoIncrement = true;
this.columnOLD_ID.AllowDBNull = false;
this.columnOLD_ID.ReadOnly = true;
this.columnOLD_ID.Unique = true;
this.columnOLD_XINGMING.MaxLength = 10;
this.columnOLD_NIANLING.MaxLength = 3;
this.columnOLD_XUELI.MaxLength = 5;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public OLD_TABLE1Row NewOLD_TABLE1Row() {
return ((OLD_TABLE1Row)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new OLD_TABLE1Row(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(OLD_TABLE1Row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.OLD_TABLE1RowChanged != null)) {
this.OLD_TABLE1RowChanged(this, new OLD_TABLE1RowChangeEvent(((OLD_TABLE1Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.OLD_TABLE1RowChanging != null)) {
this.OLD_TABLE1RowChanging(this, new OLD_TABLE1RowChangeEvent(((OLD_TABLE1Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.OLD_TABLE1RowDeleted != null)) {
this.OLD_TABLE1RowDeleted(this, new OLD_TABLE1RowChangeEvent(((OLD_TABLE1Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.OLD_TABLE1RowDeleting != null)) {
this.OLD_TABLE1RowDeleting(this, new OLD_TABLE1RowChangeEvent(((OLD_TABLE1Row)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void RemoveOLD_TABLE1Row(OLD_TABLE1Row 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();
oldDBDataSet_Old ds = new oldDBDataSet_Old();
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";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -