📄 adult_datadataset3.designer.cs
字号:
private bool ShouldSerializetestdata1() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializetestdata2() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializetraindata1() {
return false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private bool ShouldSerializetraindata2() {
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) {
adult_dataDataSet ds = new adult_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 testdata1RowChangeEventHandler(object sender, testdata1RowChangeEvent e);
public delegate void testdata2RowChangeEventHandler(object sender, testdata2RowChangeEvent e);
public delegate void traindata1RowChangeEventHandler(object sender, traindata1RowChangeEvent e);
public delegate void traindata2RowChangeEventHandler(object sender, traindata2RowChangeEvent e);
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class testdata1DataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columnage;
private System.Data.DataColumn columnworkclass;
private System.Data.DataColumn columnfnlwgt;
private System.Data.DataColumn columneducation;
private System.Data.DataColumn columneducation_num;
private System.Data.DataColumn columnmarital_status;
private System.Data.DataColumn columnoccupation;
private System.Data.DataColumn columnrelationship;
private System.Data.DataColumn columnrace;
private System.Data.DataColumn columnsex;
private System.Data.DataColumn columncapital_gain;
private System.Data.DataColumn columncapital_loss;
private System.Data.DataColumn columnhours_per_week;
private System.Data.DataColumn columnnative_country;
private System.Data.DataColumn columnmakeover;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public testdata1DataTable() {
this.TableName = "testdata1";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal testdata1DataTable(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 testdata1DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn ageColumn {
get {
return this.columnage;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn workclassColumn {
get {
return this.columnworkclass;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn fnlwgtColumn {
get {
return this.columnfnlwgt;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn educationColumn {
get {
return this.columneducation;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn education_numColumn {
get {
return this.columneducation_num;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn marital_statusColumn {
get {
return this.columnmarital_status;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn occupationColumn {
get {
return this.columnoccupation;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn relationshipColumn {
get {
return this.columnrelationship;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn raceColumn {
get {
return this.columnrace;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn sexColumn {
get {
return this.columnsex;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn capital_gainColumn {
get {
return this.columncapital_gain;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn capital_lossColumn {
get {
return this.columncapital_loss;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn hours_per_weekColumn {
get {
return this.columnhours_per_week;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn native_countryColumn {
get {
return this.columnnative_country;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataColumn makeoverColumn {
get {
return this.columnmakeover;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public testdata1Row this[int index] {
get {
return ((testdata1Row)(this.Rows[index]));
}
}
public event testdata1RowChangeEventHandler testdata1RowChanging;
public event testdata1RowChangeEventHandler testdata1RowChanged;
public event testdata1RowChangeEventHandler testdata1RowDeleting;
public event testdata1RowChangeEventHandler testdata1RowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Addtestdata1Row(testdata1Row row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public testdata1Row Addtestdata1Row(int age, string workclass, int fnlwgt, string education, int education_num, string marital_status, string occupation, string relationship, string race, string sex, int capital_gain, int capital_loss, int hours_per_week, string native_country, string makeover) {
testdata1Row rowtestdata1Row = ((testdata1Row)(this.NewRow()));
rowtestdata1Row.ItemArray = new object[] {
age,
workclass,
fnlwgt,
education,
education_num,
marital_status,
occupation,
relationship,
race,
sex,
capital_gain,
capital_loss,
hours_per_week,
native_country,
makeover};
this.Rows.Add(rowtestdata1Row);
return rowtestdata1Row;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -