📄 dspersonel.designer.cs
字号:
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.tb_PersonnelRowChanged != null)) {
this.tb_PersonnelRowChanged(this, new tb_PersonnelRowChangeEvent(((tb_PersonnelRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.tb_PersonnelRowChanging != null)) {
this.tb_PersonnelRowChanging(this, new tb_PersonnelRowChangeEvent(((tb_PersonnelRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.tb_PersonnelRowDeleted != null)) {
this.tb_PersonnelRowDeleted(this, new tb_PersonnelRowChangeEvent(((tb_PersonnelRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.tb_PersonnelRowDeleting != null)) {
this.tb_PersonnelRowDeleting(this, new tb_PersonnelRowChangeEvent(((tb_PersonnelRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Removetb_PersonnelRow(tb_PersonnelRow 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();
dsPersonel ds = new dsPersonel();
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 = "tb_PersonnelDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class tb_PersonnelRow : System.Data.DataRow {
private tb_PersonnelDataTable tabletb_Personnel;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal tb_PersonnelRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tabletb_Personnel = ((tb_PersonnelDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeID {
get {
return ((string)(this[this.tabletb_Personnel.EmployeeIDColumn]));
}
set {
this[this.tabletb_Personnel.EmployeeIDColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeName {
get {
return ((string)(this[this.tabletb_Personnel.EmployeeNameColumn]));
}
set {
this[this.tabletb_Personnel.EmployeeNameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeSex {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeSexColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeSex”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeSexColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeIDcard {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeIDcardColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeIDcard”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeIDcardColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime EmployeeBirth {
get {
try {
return ((System.DateTime)(this[this.tabletb_Personnel.EmployeeBirthColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeBirth”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeBirthColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int EmployeeAge {
get {
try {
return ((int)(this[this.tabletb_Personnel.EmployeeAgeColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeAge”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeAgeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeFolk {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeFolkColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeFolk”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeFolkColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeMarriage {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeMarriageColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeMarriage”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeMarriageColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeePoliticsVisage {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeePoliticsVisageColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeePoliticsVisage”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeePoliticsVisageColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime EmployeePartyTime {
get {
try {
return ((System.DateTime)(this[this.tabletb_Personnel.EmployeePartyTimeColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeePartyTime”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeePartyTimeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeNativePlace {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeNativePlaceColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeNativePlace”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeNativePlaceColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeTel {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeTelColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeTel”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeTelColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeMobileTel {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeMobileTelColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“tb_Personnel”中列“EmployeeMobileTel”的值为 DBNull。", e);
}
}
set {
this[this.tabletb_Personnel.EmployeeMobileTelColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string EmployeeAddress {
get {
try {
return ((string)(this[this.tabletb_Personnel.EmployeeAddressColumn]));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -