📄 tdsreturninfo.designer.cs
字号:
return ((string)(this[this.tableBSAReturnInfo.SexColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“Sex”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.SexColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string Nationality {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.NationalityColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“Nationality”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.NationalityColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int FlightID {
get {
try {
return ((int)(this[this.tableBSAReturnInfo.FlightIDColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“FlightID”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.FlightIDColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string FlightNo {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.FlightNoColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“FlightNo”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.FlightNoColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string PlaneType {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.PlaneTypeColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“PlaneType”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.PlaneTypeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string FlightDate {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.FlightDateColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“FlightDate”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.FlightDateColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string LeaveTime {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.LeaveTimeColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“LeaveTime”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.LeaveTimeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string ArriveTime {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.ArriveTimeColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“ArriveTime”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.ArriveTimeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public string SeatNo {
get {
try {
return ((string)(this[this.tableBSAReturnInfo.SeatNoColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“SeatNo”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.SeatNoColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public int SeatType {
get {
try {
return ((int)(this[this.tableBSAReturnInfo.SeatTypeColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“SeatType”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.SeatTypeColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public decimal Price {
get {
try {
return ((decimal)(this[this.tableBSAReturnInfo.PriceColumn]));
}
catch (System.InvalidCastException e) {
throw new System.Data.StrongTypingException("表“BSAReturnInfo”中列“Price”的值为 DBNull。", e);
}
}
set {
this[this.tableBSAReturnInfo.PriceColumn] = value;
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsCustomerNameNull() {
return this.IsNull(this.tableBSAReturnInfo.CustomerNameColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetCustomerNameNull() {
this[this.tableBSAReturnInfo.CustomerNameColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsOriginalIDNull() {
return this.IsNull(this.tableBSAReturnInfo.OriginalIDColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetOriginalIDNull() {
this[this.tableBSAReturnInfo.OriginalIDColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsSexNull() {
return this.IsNull(this.tableBSAReturnInfo.SexColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetSexNull() {
this[this.tableBSAReturnInfo.SexColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsNationalityNull() {
return this.IsNull(this.tableBSAReturnInfo.NationalityColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetNationalityNull() {
this[this.tableBSAReturnInfo.NationalityColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsFlightIDNull() {
return this.IsNull(this.tableBSAReturnInfo.FlightIDColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetFlightIDNull() {
this[this.tableBSAReturnInfo.FlightIDColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsFlightNoNull() {
return this.IsNull(this.tableBSAReturnInfo.FlightNoColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetFlightNoNull() {
this[this.tableBSAReturnInfo.FlightNoColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsPlaneTypeNull() {
return this.IsNull(this.tableBSAReturnInfo.PlaneTypeColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetPlaneTypeNull() {
this[this.tableBSAReturnInfo.PlaneTypeColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsFlightDateNull() {
return this.IsNull(this.tableBSAReturnInfo.FlightDateColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetFlightDateNull() {
this[this.tableBSAReturnInfo.FlightDateColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsLeaveTimeNull() {
return this.IsNull(this.tableBSAReturnInfo.LeaveTimeColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetLeaveTimeNull() {
this[this.tableBSAReturnInfo.LeaveTimeColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsArriveTimeNull() {
return this.IsNull(this.tableBSAReturnInfo.ArriveTimeColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetArriveTimeNull() {
this[this.tableBSAReturnInfo.ArriveTimeColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsSeatNoNull() {
return this.IsNull(this.tableBSAReturnInfo.SeatNoColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetSeatNoNull() {
this[this.tableBSAReturnInfo.SeatNoColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsSeatTypeNull() {
return this.IsNull(this.tableBSAReturnInfo.SeatTypeColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetSeatTypeNull() {
this[this.tableBSAReturnInfo.SeatTypeColumn] = System.Convert.DBNull;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public bool IsPriceNull() {
return this.IsNull(this.tableBSAReturnInfo.PriceColumn);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void SetPriceNull() {
this[this.tableBSAReturnInfo.PriceColumn] = System.Convert.DBNull;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
public class BSAReturnInfoRowChangeEvent : System.EventArgs {
private BSAReturnInfoRow eventRow;
private System.Data.DataRowAction eventAction;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public BSAReturnInfoRowChangeEvent(BSAReturnInfoRow row, System.Data.DataRowAction action) {
this.eventRow = row;
this.eventAction = action;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public BSAReturnInfoRow 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 + -