📄 data1.designer.cs
字号:
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 = "zSYSSequenceDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public partial class zSYSSequenceRow : System.Data.DataRow {
private zSYSSequenceDataTable tablezSYSSequence;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal zSYSSequenceRow(System.Data.DataRowBuilder rb) :
base(rb) {
this.tablezSYSSequence = ((zSYSSequenceDataTable)(this.Table));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string zTableName {
get {
return ((string)(this[this.tablezSYSSequence.zTableNameColumn]));
}
set {
this[this.tablezSYSSequence.zTableNameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string zFieldName {
get {
return ((string)(this[this.tablezSYSSequence.zFieldNameColumn]));
}
set {
this[this.tablezSYSSequence.zFieldNameColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public long zMinValue {
get {
try {
return ((long)(this[this.tablezSYSSequence.zMinValueColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("The value for column \'zMinValue\' in table \'zSYSSequence\' is DBNull.", e);
}
}
set {
this[this.tablezSYSSequence.zMinValueColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public long zValidValue {
get {
try {
return ((long)(this[this.tablezSYSSequence.zValidValueColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("The value for column \'zValidValue\' in table \'zSYSSequence\' is DBNull.", e);
}
}
set {
this[this.tablezSYSSequence.zValidValueColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public long zMaxValue {
get {
try {
return ((long)(this[this.tablezSYSSequence.zMaxValueColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("The value for column \'zMaxValue\' in table \'zSYSSequence\' is DBNull.", e);
}
}
set {
this[this.tablezSYSSequence.zMaxValueColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string zMemo {
get {
try {
return ((string)(this[this.tablezSYSSequence.zMemoColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("The value for column \'zMemo\' in table \'zSYSSequence\' is DBNull.", e);
}
}
set {
this[this.tablezSYSSequence.zMemoColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int zIsValid {
get {
try {
return ((int)(this[this.tablezSYSSequence.zIsValidColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("The value for column \'zIsValid\' in table \'zSYSSequence\' is DBNull.", e);
}
}
set {
this[this.tablezSYSSequence.zIsValidColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string zCreatedBy {
get {
try {
return ((string)(this[this.tablezSYSSequence.zCreatedByColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("The value for column \'zCreatedBy\' in table \'zSYSSequence\' is DBNull.", e);
}
}
set {
this[this.tablezSYSSequence.zCreatedByColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.DateTime zDateCreated {
get {
try {
return ((System.DateTime)(this[this.tablezSYSSequence.zDateCreatedColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("The value for column \'zDateCreated\' in table \'zSYSSequence\' is DBNull.", e);
}
}
set {
this[this.tablezSYSSequence.zDateCreatedColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IszMinValueNull() {
return this.IsNull(this.tablezSYSSequence.zMinValueColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetzMinValueNull() {
this[this.tablezSYSSequence.zMinValueColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IszValidValueNull() {
return this.IsNull(this.tablezSYSSequence.zValidValueColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetzValidValueNull() {
this[this.tablezSYSSequence.zValidValueColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IszMaxValueNull() {
return this.IsNull(this.tablezSYSSequence.zMaxValueColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetzMaxValueNull() {
this[this.tablezSYSSequence.zMaxValueColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IszMemoNull() {
return this.IsNull(this.tablezSYSSequence.zMemoColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetzMemoNull() {
this[this.tablezSYSSequence.zMemoColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IszIsValidNull() {
return this.IsNull(this.tablezSYSSequence.zIsValidColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetzIsValidNull() {
this[this.tablezSYSSequence.zIsValidColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IszCreatedByNull() {
return this.IsNull(this.tablezSYSSequence.zCreatedByColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetzCreatedByNull() {
this[this.tablezSYSSequence.zCreatedByColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IszDateCreatedNull() {
return this.IsNull(this.tablezSYSSequence.zDateCreatedColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetzDateCreatedNull() {
this[this.tablezSYSSequence.zDateCreatedColumn] = System.Convert.DBNull;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class zSYSSequenceRowChangeEvent : System.EventArgs {
private zSYSSequenceRow eventRow;
private System.Data.DataRowAction eventAction;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public zSYSSequenceRowChangeEvent(zSYSSequenceRow row, System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public zSYSSequenceRow Row {
get {
return this.eventRow;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public System.Data.DataRowAction Action {
get {
return this.eventAction;
}
}
}
}
}
#pragma warning restore 1591
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -