📄 dataset2.h
字号:
inline void DataSet2::A0Row::set_A11(System::Decimal value) {
this->Item[this->tableA0->A11Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A12() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A12Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A12(System::Decimal value) {
this->Item[this->tableA0->A12Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A13() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A13Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A13(System::Decimal value) {
this->Item[this->tableA0->A13Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A14() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A14Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A14(System::Decimal value) {
this->Item[this->tableA0->A14Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A15() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A15Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A15(System::Decimal value) {
this->Item[this->tableA0->A15Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A16() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A16Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A16(System::Decimal value) {
this->Item[this->tableA0->A16Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A17() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A17Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A17(System::Decimal value) {
this->Item[this->tableA0->A17Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A18() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A18Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A18(System::Decimal value) {
this->Item[this->tableA0->A18Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A19() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A19Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A19(System::Decimal value) {
this->Item[this->tableA0->A19Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A20() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A20Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A20(System::Decimal value) {
this->Item[this->tableA0->A20Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A21() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A21Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A21(System::Decimal value) {
this->Item[this->tableA0->A21Column] = __box(value);
}
inline System::Decimal DataSet2::A0Row::get_A22() {
try {
return (*__try_cast<__box System::Decimal * >(this->Item[this->tableA0->A22Column]));
}
catch (System::InvalidCastException * e) {
throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
}
}
inline void DataSet2::A0Row::set_A22(System::Decimal value) {
this->Item[this->tableA0->A22Column] = __box(value);
}
inline System::Boolean DataSet2::A0Row::IsA2Null() {
return this->IsNull(this->tableA0->A2Column);
};
inline System::Void DataSet2::A0Row::SetA2Null() {
this->Item[this->tableA0->A2Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA3Null() {
return this->IsNull(this->tableA0->A3Column);
};
inline System::Void DataSet2::A0Row::SetA3Null() {
this->Item[this->tableA0->A3Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA4Null() {
return this->IsNull(this->tableA0->A4Column);
};
inline System::Void DataSet2::A0Row::SetA4Null() {
this->Item[this->tableA0->A4Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA5Null() {
return this->IsNull(this->tableA0->A5Column);
};
inline System::Void DataSet2::A0Row::SetA5Null() {
this->Item[this->tableA0->A5Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA6Null() {
return this->IsNull(this->tableA0->A6Column);
};
inline System::Void DataSet2::A0Row::SetA6Null() {
this->Item[this->tableA0->A6Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA7Null() {
return this->IsNull(this->tableA0->A7Column);
};
inline System::Void DataSet2::A0Row::SetA7Null() {
this->Item[this->tableA0->A7Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA8Null() {
return this->IsNull(this->tableA0->A8Column);
};
inline System::Void DataSet2::A0Row::SetA8Null() {
this->Item[this->tableA0->A8Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA9Null() {
return this->IsNull(this->tableA0->A9Column);
};
inline System::Void DataSet2::A0Row::SetA9Null() {
this->Item[this->tableA0->A9Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA10Null() {
return this->IsNull(this->tableA0->A10Column);
};
inline System::Void DataSet2::A0Row::SetA10Null() {
this->Item[this->tableA0->A10Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA11Null() {
return this->IsNull(this->tableA0->A11Column);
};
inline System::Void DataSet2::A0Row::SetA11Null() {
this->Item[this->tableA0->A11Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA12Null() {
return this->IsNull(this->tableA0->A12Column);
};
inline System::Void DataSet2::A0Row::SetA12Null() {
this->Item[this->tableA0->A12Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA13Null() {
return this->IsNull(this->tableA0->A13Column);
};
inline System::Void DataSet2::A0Row::SetA13Null() {
this->Item[this->tableA0->A13Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA14Null() {
return this->IsNull(this->tableA0->A14Column);
};
inline System::Void DataSet2::A0Row::SetA14Null() {
this->Item[this->tableA0->A14Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA15Null() {
return this->IsNull(this->tableA0->A15Column);
};
inline System::Void DataSet2::A0Row::SetA15Null() {
this->Item[this->tableA0->A15Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA16Null() {
return this->IsNull(this->tableA0->A16Column);
};
inline System::Void DataSet2::A0Row::SetA16Null() {
this->Item[this->tableA0->A16Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA17Null() {
return this->IsNull(this->tableA0->A17Column);
};
inline System::Void DataSet2::A0Row::SetA17Null() {
this->Item[this->tableA0->A17Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA18Null() {
return this->IsNull(this->tableA0->A18Column);
};
inline System::Void DataSet2::A0Row::SetA18Null() {
this->Item[this->tableA0->A18Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA19Null() {
return this->IsNull(this->tableA0->A19Column);
};
inline System::Void DataSet2::A0Row::SetA19Null() {
this->Item[this->tableA0->A19Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA20Null() {
return this->IsNull(this->tableA0->A20Column);
};
inline System::Void DataSet2::A0Row::SetA20Null() {
this->Item[this->tableA0->A20Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA21Null() {
return this->IsNull(this->tableA0->A21Column);
};
inline System::Void DataSet2::A0Row::SetA21Null() {
this->Item[this->tableA0->A21Column] = System::Convert::DBNull;
};
inline System::Boolean DataSet2::A0Row::IsA22Null() {
return this->IsNull(this->tableA0->A22Column);
};
inline System::Void DataSet2::A0Row::SetA22Null() {
this->Item[this->tableA0->A22Column] = System::Convert::DBNull;
};
inline DataSet2::A0RowChangeEvent::A0RowChangeEvent(My::DataSet2::A0Row * row, System::Data::DataRowAction action) {
this->eventRow = row;
this->eventAction = action;
}
inline My::DataSet2::A0Row * DataSet2::A0RowChangeEvent::get_Row() {
return this->eventRow;
}
inline System::Data::DataRowAction DataSet2::A0RowChangeEvent::get_Action() {
return this->eventAction;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -