szq.orm.sql

PHP中文网
Release: 2017-06-17 16:29:13
Original
1591 people have browsed it

A small orm you can write casually, currently only supports sql server

Usage SQLContext db = new SQLContext(connStr);

var list= db.Query().ToList();

var pageResult= db.Query().ToPageResult(new SQL.PageHelper.PageBase { PageIndex = 0, PageSize = 10 }, s => s.ID, true);

download link:

The above is the detailed content of szq.orm.sql. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template