📄 bluehillmanagementdataset.designer.cs
字号:
&& (s1.ReadByte() == s2.ReadByte())); ) {
;
}
if ((s1.Position == s1.Length)) {
return type;
}
}
}
}
finally {
if ((s1 != null)) {
s1.Close();
}
if ((s2 != null)) {
s2.Close();
}
}
}
xs.Add(dsSchema);
return type;
}
public delegate void 员工表RowChangeEventHandler(object sender, 员工表RowChangeEvent e);
/// <summary>
///Represents the strongly named DataTable class.
///</summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[global::System.Serializable()]
[global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class 员工表DataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable {
private global::System.Data.DataColumn column员工编号;
private global::System.Data.DataColumn column员工姓名;
private global::System.Data.DataColumn column员工登录名;
private global::System.Data.DataColumn column员工密码;
private global::System.Data.DataColumn column员工电子邮件;
private global::System.Data.DataColumn column员工所属部门编号;
private global::System.Data.DataColumn column员工基本薪资;
private global::System.Data.DataColumn column员工职位名称;
private global::System.Data.DataColumn column员工电话;
private global::System.Data.DataColumn column员工报到日期;
private global::System.Data.DataColumn column自我介绍;
private global::System.Data.DataColumn column员工剩余假期;
private global::System.Data.DataColumn column照片;
private global::System.Data.DataColumn column级别;
private global::System.Data.DataColumn column部门编号;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工表DataTable() {
this.TableName = "员工表";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 员工表DataTable(global::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;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected 员工表DataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) :
base(info, context) {
this.InitVars();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工编号Column {
get {
return this.column员工编号;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工姓名Column {
get {
return this.column员工姓名;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工登录名Column {
get {
return this.column员工登录名;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工密码Column {
get {
return this.column员工密码;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工电子邮件Column {
get {
return this.column员工电子邮件;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工所属部门编号Column {
get {
return this.column员工所属部门编号;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工基本薪资Column {
get {
return this.column员工基本薪资;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工职位名称Column {
get {
return this.column员工职位名称;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工电话Column {
get {
return this.column员工电话;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工报到日期Column {
get {
return this.column员工报到日期;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 自我介绍Column {
get {
return this.column自我介绍;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 员工剩余假期Column {
get {
return this.column员工剩余假期;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 照片Column {
get {
return this.column照片;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 级别Column {
get {
return this.column级别;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::System.Data.DataColumn 部门编号Column {
get {
return this.column部门编号;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.ComponentModel.Browsable(false)]
public int Count {
get {
return this.Rows.Count;
}
}
[global::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;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Add员工表Row(员工表Row row) {
this.Rows.Add(row);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public 员工表Row Add员工表Row(string 员工姓名, string 员工登录名, string 员工密码, string 员工电子邮件, int 员工所属部门编号, decimal 员工基本薪资, string 员工职位名称, int 员工电话, System.DateTime 员工报到日期, string 自我介绍, int 员工剩余假期, string 照片, string 级别, int 部门编号) {
员工表Row row员工表Row = ((员工表Row)(this.NewRow()));
object[] columnValuesArray = new object[] {
null,
员工姓名,
员工登录名,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -