📄 qxpdadataset.designer.cs
字号:
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void AddsdftotxtRow(sdftotxtRow row) {
this.Rows.Add(row);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public sdftotxtRow AddsdftotxtRow(string test, string test1, string test2, string test3) {
sdftotxtRow rowsdftotxtRow = ((sdftotxtRow)(this.NewRow()));
rowsdftotxtRow.ItemArray = new object[] {
test,
test1,
test2,
test3};
this.Rows.Add(rowsdftotxtRow);
return rowsdftotxtRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public virtual System.Collections.IEnumerator GetEnumerator() {
return this.Rows.GetEnumerator();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public override System.Data.DataTable Clone() {
sdftotxtDataTable cln = ((sdftotxtDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new sdftotxtDataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columntest = base.Columns["test"];
this.columntest1 = base.Columns["test1"];
this.columntest2 = base.Columns["test2"];
this.columntest3 = base.Columns["test3"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columntest = new System.Data.DataColumn("test", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columntest);
this.columntest1 = new System.Data.DataColumn("test1", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columntest1);
this.columntest2 = new System.Data.DataColumn("test2", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columntest2);
this.columntest3 = new System.Data.DataColumn("test3", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columntest3);
this.columntest.MaxLength = 100;
this.columntest1.MaxLength = 100;
this.columntest2.MaxLength = 100;
this.columntest3.MaxLength = 100;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public sdftotxtRow NewsdftotxtRow() {
return ((sdftotxtRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new sdftotxtRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(sdftotxtRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.sdftotxtRowChanged != null)) {
this.sdftotxtRowChanged(this, new sdftotxtRowChangeEvent(((sdftotxtRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.sdftotxtRowChanging != null)) {
this.sdftotxtRowChanging(this, new sdftotxtRowChangeEvent(((sdftotxtRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.sdftotxtRowDeleted != null)) {
this.sdftotxtRowDeleted(this, new sdftotxtRowChangeEvent(((sdftotxtRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.sdftotxtRowDeleting != null)) {
this.sdftotxtRowDeleting(this, new sdftotxtRowChangeEvent(((sdftotxtRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void RemovesdftotxtRow(sdftotxtRow 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();
qxpdaDataSet ds = new qxpdaDataSet();
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 = "sdftotxtDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
public partial class sdftotxtRow : System.Data.DataRow {
private sdftotxtDataTable tablesdftotxt;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal sdftotxtRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tablesdftotxt = ((sdftotxtDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string test {
get {
try {
return ((string)(this[this.tablesdftotxt.testColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“sdftotxt”中列“test”的值为 DBNull。", e);
}
}
set {
this[this.tablesdftotxt.testColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string test1 {
get {
try {
return ((string)(this[this.tablesdftotxt.test1Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“sdftotxt”中列“test1”的值为 DBNull。", e);
}
}
set {
this[this.tablesdftotxt.test1Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string test2 {
get {
try {
return ((string)(this[this.tablesdftotxt.test2Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“sdftotxt”中列“test2”的值为 DBNull。", e);
}
}
set {
this[this.tablesdftotxt.test2Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string test3 {
get {
try {
return ((string)(this[this.tablesdftotxt.test3Column]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“sdftotxt”中列“test3”的值为 DBNull。", e);
}
}
set {
this[this.tablesdftotxt.test3Column] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IstestNull() {
return this.IsNull(this.tablesdftotxt.testColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SettestNull() {
this[this.tablesdftotxt.testColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Istest1Null() {
return this.IsNull(this.tablesdftotxt.test1Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Settest1Null() {
this[this.tablesdftotxt.test1Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Istest2Null() {
return this.IsNull(this.tablesdftotxt.test2Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Settest2Null() {
this[this.tablesdftotxt.test2Column] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool Istest3Null() {
return this.IsNull(this.tablesdftotxt.test3Column);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Settest3Null() {
this[this.tablesdftotxt.test3Column] = System.Convert.DBNull;
}
}
public class sdftotxtRowChangeEvent : System.EventArgs {
private sdftotxtRow eventRow;
private System.Data.DataRowAction eventAction;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public sdftotxtRowChangeEvent(sdftotxtRow row, System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -