⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dataset1.h

📁 进销存管理系统
💻 H
📖 第 1 页 / 共 3 页
字号:
        return (__try_cast<My::DataSet1::jinhuodanRow *  >(this->NewRow()));
    };
    
    inline System::Data::DataRow *  DataSet1::jinhuodanDataTable::NewRowFromBuilder(System::Data::DataRowBuilder *  builder) {
        return new My::DataSet1::jinhuodanRow(builder);
    };
    
    inline System::Type *  DataSet1::jinhuodanDataTable::GetRowType() {
        return __typeof(My::DataSet1::jinhuodanRow);
    };
    
    inline System::Void DataSet1::jinhuodanDataTable::OnRowChanged(System::Data::DataRowChangeEventArgs *  e) {
        __super::OnRowChanged(e);
        if ((this->jinhuodanRowChanged != 0)) {
            this->jinhuodanRowChanged(this, new My::DataSet1::jinhuodanRowChangeEvent((__try_cast<My::DataSet1::jinhuodanRow *  >(e->Row)), e->Action));
        }
    };
    
    inline System::Void DataSet1::jinhuodanDataTable::OnRowChanging(System::Data::DataRowChangeEventArgs *  e) {
        __super::OnRowChanging(e);
        if ((this->jinhuodanRowChanging != 0)) {
            this->jinhuodanRowChanging(this, new My::DataSet1::jinhuodanRowChangeEvent((__try_cast<My::DataSet1::jinhuodanRow *  >(e->Row)), e->Action));
        }
    };
    
    inline System::Void DataSet1::jinhuodanDataTable::OnRowDeleted(System::Data::DataRowChangeEventArgs *  e) {
        __super::OnRowDeleted(e);
        if ((this->jinhuodanRowDeleted != 0)) {
            this->jinhuodanRowDeleted(this, new My::DataSet1::jinhuodanRowChangeEvent((__try_cast<My::DataSet1::jinhuodanRow *  >(e->Row)), e->Action));
        }
    };
    
    inline System::Void DataSet1::jinhuodanDataTable::OnRowDeleting(System::Data::DataRowChangeEventArgs *  e) {
        __super::OnRowDeleting(e);
        if ((this->jinhuodanRowDeleting != 0)) {
            this->jinhuodanRowDeleting(this, new My::DataSet1::jinhuodanRowChangeEvent((__try_cast<My::DataSet1::jinhuodanRow *  >(e->Row)), e->Action));
        }
    };
    
    inline System::Void DataSet1::jinhuodanDataTable::RemovejinhuodanRow(My::DataSet1::jinhuodanRow *  row) {
        this->Rows->Remove(row);
    };
    
    
    
    inline DataSet1::jinhuodanRow::jinhuodanRow(System::Data::DataRowBuilder *  rb) : 
            DataRow(rb) {
        this->tablejinhuodan = (__try_cast<My::DataSet1::jinhuodanDataTable *  >(this->Table));
    }
    
    inline System::String *  DataSet1::jinhuodanRow::get_NO() {
        return (__try_cast<System::String *  >(this->Item[this->tablejinhuodan->NOColumn]));
    }
    inline void DataSet1::jinhuodanRow::set_NO(System::String *  value) {
        this->Item[this->tablejinhuodan->NOColumn] = value;
    }
    
    inline System::String *  DataSet1::jinhuodanRow::get_GONGHUOSHANGHAO() {
        return (__try_cast<System::String *  >(this->Item[this->tablejinhuodan->GONGHUOSHANGHAOColumn]));
    }
    inline void DataSet1::jinhuodanRow::set_GONGHUOSHANGHAO(System::String *  value) {
        this->Item[this->tablejinhuodan->GONGHUOSHANGHAOColumn] = value;
    }
    
    inline System::DateTime DataSet1::jinhuodanRow::get_JINHUORIQI() {
        try {
            return (*__try_cast<__box System::DateTime *  >(this->Item[this->tablejinhuodan->JINHUORIQIColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_JINHUORIQI(System::DateTime value) {
        this->Item[this->tablejinhuodan->JINHUORIQIColumn] = __box(value);
    }
    
    inline System::String *  DataSet1::jinhuodanRow::get_YEWUYUAN() {
        try {
            return (__try_cast<System::String *  >(this->Item[this->tablejinhuodan->YEWUYUANColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_YEWUYUAN(System::String *  value) {
        this->Item[this->tablejinhuodan->YEWUYUANColumn] = value;
    }
    
    inline System::String *  DataSet1::jinhuodanRow::get_ZHIDANREN() {
        try {
            return (__try_cast<System::String *  >(this->Item[this->tablejinhuodan->ZHIDANRENColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_ZHIDANREN(System::String *  value) {
        this->Item[this->tablejinhuodan->ZHIDANRENColumn] = value;
    }
    
    inline System::String *  DataSet1::jinhuodanRow::get_YANSHOUYUAN() {
        try {
            return (__try_cast<System::String *  >(this->Item[this->tablejinhuodan->YANSHOUYUANColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_YANSHOUYUAN(System::String *  value) {
        this->Item[this->tablejinhuodan->YANSHOUYUANColumn] = value;
    }
    
    inline System::String *  DataSet1::jinhuodanRow::get_BAOGUANYUAN() {
        try {
            return (__try_cast<System::String *  >(this->Item[this->tablejinhuodan->BAOGUANYUANColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_BAOGUANYUAN(System::String *  value) {
        this->Item[this->tablejinhuodan->BAOGUANYUANColumn] = value;
    }
    
    inline System::Decimal DataSet1::jinhuodanRow::get_SHUIJIAHEJI() {
        try {
            return (*__try_cast<__box System::Decimal *  >(this->Item[this->tablejinhuodan->SHUIJIAHEJIColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_SHUIJIAHEJI(System::Decimal value) {
        this->Item[this->tablejinhuodan->SHUIJIAHEJIColumn] = __box(value);
    }
    
    inline System::Decimal DataSet1::jinhuodanRow::get_BUHANSHUIJIA() {
        try {
            return (*__try_cast<__box System::Decimal *  >(this->Item[this->tablejinhuodan->BUHANSHUIJIAColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_BUHANSHUIJIA(System::Decimal value) {
        this->Item[this->tablejinhuodan->BUHANSHUIJIAColumn] = __box(value);
    }
    
    inline System::Decimal DataSet1::jinhuodanRow::get_SHUIE() {
        try {
            return (*__try_cast<__box System::Decimal *  >(this->Item[this->tablejinhuodan->SHUIEColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_SHUIE(System::Decimal value) {
        this->Item[this->tablejinhuodan->SHUIEColumn] = __box(value);
    }
    
    inline System::String *  DataSet1::jinhuodanRow::get_DINGDANHAO() {
        try {
            return (__try_cast<System::String *  >(this->Item[this->tablejinhuodan->DINGDANHAOColumn]));
        }
        catch (System::InvalidCastException * e) {
            throw new System::Data::StrongTypingException(S"无法获取值,因为它是 DBNull。", e);
        }
    }
    inline void DataSet1::jinhuodanRow::set_DINGDANHAO(System::String *  value) {
        this->Item[this->tablejinhuodan->DINGDANHAOColumn] = value;
    }
    
    inline System::Boolean DataSet1::jinhuodanRow::IsJINHUORIQINull() {
        return this->IsNull(this->tablejinhuodan->JINHUORIQIColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetJINHUORIQINull() {
        this->Item[this->tablejinhuodan->JINHUORIQIColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsYEWUYUANNull() {
        return this->IsNull(this->tablejinhuodan->YEWUYUANColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetYEWUYUANNull() {
        this->Item[this->tablejinhuodan->YEWUYUANColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsZHIDANRENNull() {
        return this->IsNull(this->tablejinhuodan->ZHIDANRENColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetZHIDANRENNull() {
        this->Item[this->tablejinhuodan->ZHIDANRENColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsYANSHOUYUANNull() {
        return this->IsNull(this->tablejinhuodan->YANSHOUYUANColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetYANSHOUYUANNull() {
        this->Item[this->tablejinhuodan->YANSHOUYUANColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsBAOGUANYUANNull() {
        return this->IsNull(this->tablejinhuodan->BAOGUANYUANColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetBAOGUANYUANNull() {
        this->Item[this->tablejinhuodan->BAOGUANYUANColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsSHUIJIAHEJINull() {
        return this->IsNull(this->tablejinhuodan->SHUIJIAHEJIColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetSHUIJIAHEJINull() {
        this->Item[this->tablejinhuodan->SHUIJIAHEJIColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsBUHANSHUIJIANull() {
        return this->IsNull(this->tablejinhuodan->BUHANSHUIJIAColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetBUHANSHUIJIANull() {
        this->Item[this->tablejinhuodan->BUHANSHUIJIAColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsSHUIENull() {
        return this->IsNull(this->tablejinhuodan->SHUIEColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetSHUIENull() {
        this->Item[this->tablejinhuodan->SHUIEColumn] = System::Convert::DBNull;
    };
    
    inline System::Boolean DataSet1::jinhuodanRow::IsDINGDANHAONull() {
        return this->IsNull(this->tablejinhuodan->DINGDANHAOColumn);
    };
    
    inline System::Void DataSet1::jinhuodanRow::SetDINGDANHAONull() {
        this->Item[this->tablejinhuodan->DINGDANHAOColumn] = System::Convert::DBNull;
    };
    
    
    
    
    inline DataSet1::jinhuodanRowChangeEvent::jinhuodanRowChangeEvent(My::DataSet1::jinhuodanRow *  row, System::Data::DataRowAction action) {
        this->eventRow = row;
        this->eventAction = action;
    }
    
    inline My::DataSet1::jinhuodanRow *  DataSet1::jinhuodanRowChangeEvent::get_Row() {
        return this->eventRow;
    }
    
    inline System::Data::DataRowAction DataSet1::jinhuodanRowChangeEvent::get_Action() {
        return this->eventAction;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -