📄 dataset2.designer.cs
字号:
base.Columns.Add(this.column联系方式);
this.column登记日期 = new System.Data.DataColumn("登记日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.column登记日期);
this.column有限期至 = new System.Data.DataColumn("有限期至", typeof(System.DateTime), 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(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.column图书借阅次数);
this.column期刊借阅次数 = new System.Data.DataColumn("期刊借阅次数", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.column期刊借阅次数);
this.column是否挂失 = new System.Data.DataColumn("是否挂失", typeof(bool), 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条形码.MaxLength = 40;
this.column编号.AllowDBNull = false;
this.column编号.Unique = true;
this.column编号.MaxLength = 20;
this.column姓名.MaxLength = 20;
this.column性别.MaxLength = 8;
this.column类型.AllowDBNull = false;
this.column类型.MaxLength = 20;
this.column有效证件.MaxLength = 60;
this.column证件号码.MaxLength = 60;
this.column联系方式.MaxLength = 100;
this.column操作员.MaxLength = 20;
this.column备注.MaxLength = 100;
}
[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();
DataSet2 ds = new DataSet2();
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")]
public partial class 读者信息Row : System.Data.DataRow {
private 读者信息DataTable table读者信息;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal 读者信息Row(System.Data.DataRowBuilder rb) :
base(rb) {
this.table读者信息 = ((读者信息DataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 条形码 {
get {
try {
return ((string)(this[this.table读者信息.条形码Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“条形码”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.条形码Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 编号 {
get {
return ((string)(this[this.table读者信息.编号Column]));
}
set {
this[this.table读者信息.编号Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 姓名 {
get {
try {
return ((string)(this[this.table读者信息.姓名Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“姓名”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.姓名Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 性别 {
get {
try {
return ((string)(this[this.table读者信息.性别Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“性别”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.性别Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 类型 {
get {
return ((string)(this[this.table读者信息.类型Column]));
}
set {
this[this.table读者信息.类型Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 出生日期 {
get {
try {
return ((System.DateTime)(this[this.table读者信息.出生日期Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“出生日期”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.出生日期Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 有效证件 {
get {
try {
return ((string)(this[this.table读者信息.有效证件Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“有效证件”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.有效证件Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 证件号码 {
get {
try {
return ((string)(this[this.table读者信息.证件号码Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“证件号码”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.证件号码Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 联系方式 {
get {
try {
return ((string)(this[this.table读者信息.联系方式Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“联系方式”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.联系方式Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime 登记日期 {
get {
try {
return ((System.DateTime)(this[this.table读者信息.登记日期Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“读者信息”中列“登记日期”的值为 DBNull。", e);
}
}
set {
this[this.table读者信息.登记日期Column] = value;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -