Home  >  Article  >  Backend Development  >  szq.orm.sql

szq.orm.sql

PHP中文网
PHP中文网Original
2017-06-17 16:29:131568browse

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!

Statement:
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