dataset1.designer.cs
字号:
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 帐号, 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["帐号"];
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.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;
this.column单位编号.Unique = true;
}
[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();
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);
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性别;
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) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -