📄 libbookdataset_magazine.designer.cs
字号:
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()]
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 Magazine_viewRow this[int index] {
get {
return ((Magazine_viewRow)(this.Rows[index]));
}
}
public event Magazine_viewRowChangeEventHandler Magazine_viewRowChanging;
public event Magazine_viewRowChangeEventHandler Magazine_viewRowChanged;
public event Magazine_viewRowChangeEventHandler Magazine_viewRowDeleting;
public event Magazine_viewRowChangeEventHandler Magazine_viewRowDeleted;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void AddMagazine_viewRow(Magazine_viewRow row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public Magazine_viewRow AddMagazine_viewRow(string 期刊编号, string 期刊名字, string 出版商, System.DateTime 出版日期, int 期刊号, decimal 价格, int 总数量) {
Magazine_viewRow rowMagazine_viewRow = ((Magazine_viewRow)(this.NewRow()));
rowMagazine_viewRow.ItemArray = new object[] {
期刊编号,
期刊名字,
出版商,
出版日期,
期刊号,
价格,
总数量};
this.Rows.Add(rowMagazine_viewRow);
return rowMagazine_viewRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public Magazine_viewRow FindBy期刊编号(string 期刊编号) {
return ((Magazine_viewRow)(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() {
Magazine_viewDataTable cln = ((Magazine_viewDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new Magazine_viewDataTable();
}
[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["总数量"];
}
[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(System.DateTime), 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(decimal), 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.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.column期刊编号}, true));
this.column期刊编号.AllowDBNull = false;
this.column期刊编号.Unique = true;
this.column期刊编号.MaxLength = 50;
this.column期刊名字.MaxLength = 50;
this.column出版商.MaxLength = 50;
this.column期刊号.AllowDBNull = false;
this.column价格.AllowDBNull = false;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public Magazine_viewRow NewMagazine_viewRow() {
return ((Magazine_viewRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new Magazine_viewRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(Magazine_viewRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.Magazine_viewRowChanged != null)) {
this.Magazine_viewRowChanged(this, new Magazine_viewRowChangeEvent(((Magazine_viewRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.Magazine_viewRowChanging != null)) {
this.Magazine_viewRowChanging(this, new Magazine_viewRowChangeEvent(((Magazine_viewRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.Magazine_viewRowDeleted != null)) {
this.Magazine_viewRowDeleted(this, new Magazine_viewRowChangeEvent(((Magazine_viewRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.Magazine_viewRowDeleting != null)) {
this.Magazine_viewRowDeleting(this, new Magazine_viewRowChangeEvent(((Magazine_viewRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void RemoveMagazine_viewRow(Magazine_viewRow 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();
libbookDataSet_Magazine ds = new libbookDataSet_Magazine();
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 = "Magazine_viewDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class Magazine_viewRow : System.Data.DataRow {
private Magazine_viewDataTable tableMagazine_view;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal Magazine_viewRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tableMagazine_view = ((Magazine_viewDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 期刊编号 {
get {
return ((string)(this[this.tableMagazine_view.期刊编号Column]));
}
set {
this[this.tableMagazine_view.期刊编号Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 期刊名字 {
get {
try {
return ((string)(this[this.tableMagazine_view.期刊名字Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“Magazine_view”中列“期刊名字”的值为 DBNull。", e);
}
}
set {
this[this.tableMagazine_view.期刊名字Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string 出版商 {
get {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -