📄 dataset1.h
字号:
internal: [System::Diagnostics::DebuggerNonUserCodeAttribute]
EmployeesRow(System::Data::DataRowBuilder^ rb);
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int32 EmployeeID {
System::Int32 get();
System::Void set(System::Int32 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ LastName {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ FirstName {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ Title {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ TitleOfCourtesy {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::DateTime BirthDate {
System::DateTime get();
System::Void set(System::DateTime value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::DateTime HireDate {
System::DateTime get();
System::Void set(System::DateTime value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ Address {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ City {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ Region {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ PostalCode {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ Country {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ HomePhone {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ Extension {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ Photo {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ Notes {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int32 ReportsTo {
System::Int32 get();
System::Void set(System::Int32 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsLastNameNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetLastNameNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsFirstNameNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetFirstNameNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsTitleNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetTitleNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsTitleOfCourtesyNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetTitleOfCourtesyNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsBirthDateNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetBirthDateNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsHireDateNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetHireDateNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsAddressNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetAddressNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsCityNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetCityNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsRegionNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetRegionNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsPostalCodeNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetPostalCodeNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsCountryNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetCountryNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsHomePhoneNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetHomePhoneNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsExtensionNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetExtensionNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsPhotoNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetPhotoNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsNotesNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetNotesNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsReportsToNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetReportsToNull();
};
public : [System::CodeDom::Compiler::GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"2.0.0.0")]
ref class ProductsRow : public System::Data::DataRow {
private: Ex22_05::DataSet1::ProductsDataTable^ tableProducts;
internal: [System::Diagnostics::DebuggerNonUserCodeAttribute]
ProductsRow(System::Data::DataRowBuilder^ rb);
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int32 ProductID {
System::Int32 get();
System::Void set(System::Int32 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ ProductName {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int32 SupplierID {
System::Int32 get();
System::Void set(System::Int32 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int32 CategoryID {
System::Int32 get();
System::Void set(System::Int32 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::String^ QuantityPerUnit {
System::String^ get();
System::Void set(System::String^ value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Decimal UnitPrice {
System::Decimal get();
System::Void set(System::Decimal value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int16 UnitsInStock {
System::Int16 get();
System::Void set(System::Int16 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int16 UnitsOnOrder {
System::Int16 get();
System::Void set(System::Int16 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Int16 ReorderLevel {
System::Int16 get();
System::Void set(System::Int16 value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
property System::Boolean Discontinued {
System::Boolean get();
System::Void set(System::Boolean value);
}
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Boolean IsProductNameNull();
public: [System::Diagnostics::DebuggerNonUserCodeAttribute]
System::Void SetProductNameNull();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -