Hxj. Data, Hxj. Data entity generation tool, Hxj, Data Demo, Hxj. Web, Hxj. Web. UI download

Source: Internet
Author: User
Hxj. Data

Hxj. Data Database Component

Hxj. Data (V1.7.4.4)

 

Hxj. Data entity Generation Tool

Hxj. Data entity generation tool (V1.7.3.6)

Hxj. Data entity generation tool (V1.7.3.5) (X86)

 

Hxj. Data (V1.6) Documentation (Ndoc generation)

Hxj.data(v1.62.16.chm.rar

 

MySQL. Data (MySql)

MySql.Data.rar

 

System. Data. SQLite (1.0.66, including x64)

System.Data.SQLite.rar

 

Hxj. Data Demo: (The Hxj. Data. dll version is old. Please update it at any time .)

Hxj. Data example (20100130)

 

Hxj. Web

Hxj. Web development auxiliary class library

Hxj. Web (V1.1.4)

 

Hxj. Web. UI Web Control

Hxj.web.ui(v1.6.1.32.1620.hxj.data(v1.7.4.42.162.16.rar

 

 

Update log: (Thank you for reminding me)

Hxj. Data

Hxj. Data (V1.7.4.4)
1. Fixed the parameter issue of oracle stored procedure execution.

Hxj. Data (V1.7.4.3)
1. added the Distinct operation on the field, for example, Products. _. ID. Distinct ()

Hxj. Data (V1.7.4.2)
1. Add cache operations to obtain the number of caches, obtain the list of cache key values, and clear all caches.

Hxj. Data (V1.7.4.1)
1. Fixed the error of multiple joint queries of the Access database.

Hxj. Data (V1.7.4)
1. An error occurred while creating the DbSession for the Access database.

Hxj. Data (V1.7.3.2)
1. The WhereClip. Exists method is used to generate the exists (select * from table) condition.
2. Modify the alias of a table in an oracle subquery and do not use the as keyword.

Hxj. Data (V1.7.3.1)
1. added the DbTrans class method:
FromSql (string SQL) // Execute SQL statements in a transaction
FromPro (string proName) // executes the stored procedure in the transaction

Hxj. Data (V1.7.3)
1. Add the Having method of FromSection, add the having condition for processing groupby, And the where Condition for the original where method.
(The having condition of the previous version is where, so there will be functional differences. Please note when upgrading .)

Hxj. Data (V1.7.2.1)
1. Modify the oracle batch processing.

Hxj. Data (V1.7.2)
1. Added WhereClip builder to quickly construct WhereClip.
2. modify oracle queries.

Hxj. Data (V1.7.1.1)
1. added the FromSection. ToFirstDefault () method. When no data is found, an object is constructed by default.
2. added the FromSection. GroupBy (params Field [] field) method to set the group.
3. Other amendments.

Hxj. Data (V1.7.1)
1. Optimize oracle queries.
2. If Field. SelectIn is used to process the int type, it is not parameterized. For example, Field in (, 3) is directly generated)
3. modify oracle Support.

Hxj. Data (V1.7)
1. Added support for MySql.

Hxj. Data (V1.6.7)
1. added the Hxj. Data. Common. EntityUtils. SetDocumentValue Method for Web page assignment.
2. modify other functions.

Hxj. Data (V1.6.6)
1. Fixed the issue that the Delete <TEntity> (params object [] pkValues) cannot be called in the input string type due to the implicit conversion of string to whereclip.
2. Add Insert <TEntity> (params TEntity [] entities)
Update <TEntity> (params TEntity [] entities) Method

Hxj. Data (V1.6.5)
1. Modify Hxj. Data. Common. EntityUtils. UpdateModel.
Hxj. Data. Common. EntityUtils. TryUpdateModel
Method assignment failure (uppercase in the first letter of the object attribute)
2. the auto-increment field cannot be excluded during update correction.
3. Add a value between the entities of the Hxj. Data. Common. EntityUtils. SetValue <TEntity> (TEntity toEntity, TEntity fromEntity) method.

Hxj. Data (V1.6.4)
1. Optimize the paging. When the paging reaches more than half, the paging will first reverse count-startindex + 1 and then retrieve pagesize data in the forward order.
2. Add FromSection. AddSelect (FromSection) to add subqueries to the query column.
3. added the implicit conversion of string to WhereClip.

Hxj. Data (V1.6.3)
1. Added DbTrans. FromSection query.
2. After the first letter of the object class attribute is corrected, the conditions for generating the object primary key cannot be generated.
3. Fix other bugs.

Hxj. Data entity generation tool (V1.7.3.6)
1. The processing database type does not match the C # type.

Hxj. Data entity generation tool (V1.7.3.4)
1. process the first letter of a field as a number.

Hxj. Data entity generation tool (V1.7.3.3)
1. Load the table List View list to sort by the first letter.
2. Some students said they could not connect to Oracle. I did not test it locally. Try again ~!

Hxj. Data entity generation tool (V1.7.3.2)
1. Default sorting of the page tables for batch generation.

Hxj. Data entity generation tool (V1.7.3.1)
1. modify oracle generation.

Hxj. Data entity generation tool (V1.7.3)
1. corrected the batch export progress bar error.
2. Add the dbtype. xml configuration file to configure the database field type corresponding to the type in C.
3. modify other parameters.

Hxj. Data entity generation tool (V1.7.2)
1. Increase the memory of batch export paths.

Hxj. Data entity generation tool (V1.7.1)
1. modify oracle generation.

Hxj. Data entity generation tool (V1.7)
1. MySql is supported.

Hxj. Data entity generation tool (V1.6)
1. Fixed the view generation error in SQL server2005.
2. Modify the function.

Hxj. Data entity generation tool (V1.5)
1. added the uppercase letter function.
2. fix bugs.

Hxj. Web

Hxj. Web. UI (V1.6.1.3)
1. UrlPattern is added to the paging control to adapt to url rewriting. It takes effect after UrlPaging is enabled.
Example: UrlPattern = "abc _ $ pageindex $. aspx"
$ Pagesize $ per page $ pageindex $ current page $ pagecount $ total page number $ recordcount $ total number of records

Hxj. Web. UI (V1.6.1.2)
1. Add the script method to the PopupControl control:
SetTitle ('modify title'): Modify the title.
SetUrl ('HTTP: // www.cnblogs.com/huxj') to modify the link of the display page.

Hxj. Web. UI (V1.6.1)
1. correction function.

Hxj. Web. UI (V1.6)
1. added the TabControl tab control.

Hxj. Web. UI (V1.5.4)
1. The Show () method is added to PopupControl. You can call the display layer in the background to register the script.
2. Fixed the UploadControl script error.

Hxj. Web (V1.1.4)
1. line breaks and quotation marks appear in the pop-up box for processing JavaScript classes.

Hxj. Web (V1.1.3)

1. Fixed the UploadFile upload class BUG.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.