博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NParsing ORM框架使用说明书
阅读量:7118 次
发布时间:2019-06-28

本文共 4664 字,大约阅读时间需要 15 分钟。

最新框架

模型层生成(动软)模板
示例源码

离线版说明书

目  录

4.2 ObProperty(Of M).ObProperty 构造函数 (string)

4.3 ObProperty(Of M).TableName 属性
4.4 ObProperty(Of M).PROPERTYNAME 属性
4.5 Operator == 方法 (ObProperty(Of M), object)
4.6 Operator == 方法 (ObProperty(Of M), ObProperty(Of M))
4.7 Operator != 方法 (ObProperty(Of M), object)
4.8 Operator != 方法 (ObProperty(Of M), ObProperty(Of M))
4.9 Operator > 方法 (ObProperty(Of M), object)
4.10 Operator > 方法 (ObProperty(Of M), ObProperty(Of M))
4.11 Operator >= 方法 (ObProperty(Of M), object)
4.12 Operator >= 方法 (ObProperty(Of M), ObProperty(Of M))
4.13 Operator < 方法 (ObProperty(Of M), object)
4.14 Operator > 方法 (ObProperty(Of M), ObProperty(Of M))
4.15 Operator <= 方法 (ObProperty(Of M), object)
4.16 Operator <= 方法 (ObProperty(Of M), ObProperty(Of M))
4.17 ObProperty(Of M).Like 方法 (object)
4.18 ObProperty(Of M).Like 方法 (ObProperty(Of M))
4.19 ObProperty(Of M).LikeLeft 方法 (object)
4.20 ObProperty(Of M).LikeLeft 方法 (ObProperty(Of M))
4.21 ObProperty(Of M).LikeRight 方法 (object)
4.22 ObProperty(Of M).LikeRight 方法 (ObProperty(Of M))
4.23 ObProperty(Of M).In 方法 (object[])
4.24 ObProperty(Of M).In 方法 (ObProperty(Of M))
4.25 ObProperty(Of M).NotIn 方法 (object[])
4.26 ObProperty(Of M).NotIn 方法 (ObProperty(Of M))
4.27 ObProperty(Of M).NotLike 方法 (object)
4.28 ObProperty(Of M).NotLike 方法 (ObProperty(Of M))
4.29 ObProperty(Of M).NotLikeLeft 方法 (object)
4.30 ObProperty(Of M).NotLikeLeft 方法 (ObProperty(Of M))
4.31 ObProperty(Of M).NotLikeRight 方法 (object)
4.32 ObProperty(Of M).NotLikeRight 方法 (ObProperty(Of M))
5 ObParameter 类
5.1 ObParameter 类
5.2 ObParameter.Create 方法
5.3 ObParameter.Create 方法 (IObParameter)
5.4 ObParameter.Create(Of M) 方法 (ObProperty(Of M), DbValue)
5.5 ObParameter.Create(Of M) 方法 (ObProperty(Of M), DbSymbol, object)
5.6 ObParameter.Create(Of M) 方法 (ObProperty(Of M), DbSymbol, ObProperty(Of M))
6 IObParameter 接口
6.1 IObParameter 接口
6.2 IObParameter.Brothers 属性
6.3 IObParameter.BrotherType 属性
6.4 IObParameter.Value 属性
6.5 IObParameter.Key 属性
6.6 IObParameter.Add 方法 (IObParameter)
6.7 IObParameter.Or 方法 (IObParameter)
6.8 IObParameter.ToString 方法 (ref IList(Of DbParameter))
7 ObGroup 类
7.1 ObGroup 类
7.2 ObGroup.Create 方法
7.3 ObGroup.Create(Of M) 方法 (ObProperty(Of M))
7.4 ObGroup.Create(Of M) 方法 (ObProperty(Of M)[])
7.5 TSource.GroupBy(Of TSource, M) 方法 (Func(Of TSource, ObProperty(Of M)))
7.6 TSource.GroupBy(Of TSource, M) 方法 (Func(Of TSource, ObProperty(Of M)[]))
8 IObGroup 接口
8.1 IObGroup 接口
8.2 IObGroup.DbGroups 属性
8.3 IObGroup.ObProperties 属性
8.4 IObGroup.Key 属性
8.5 IObGroup.Add(Of M) 方法 (ObProperty(Of M))
8.6 IObGroup.ToString 方法 (out string,out IList(Of string))
9 ObSort 类
9.1 ObSort 类
9.2 ObSort.Create 方法
9.3 ObSort.Create(Of M) 方法 (ObProperty(Of M))
9.4 ObSort.Create(Of M) 方法 (ObProperty(Of M),bool)
9.5 ObSort.Create(Of M) 方法 (ObProperty(Of M)[])
9.6 ObSort.Create(Of M) 方法 (ObProperty(Of M)[],bool)
9.7 TSource.OrderBy(Of TSource, M) 方法 (Func(Of TSource, ObProperty(Of M)))
9.8 TSource.OrderByDedcending(Of TSource, M) 方法 (Func(Of TSource, ObProperty(Of M)))
9.9 TSource.OrderBy(Of TSource, M) 方法 (Func(Of TSource, ObProperty(Of M)[]))
9.10 TSource.OrderByDedcending(Of TSource, M) 方法 (Func(Of TSource, ObProperty(Of M)))
10 IObSort 接口
10.1 IObSort 接口
10.2 IObSort.Key 属性
10.3 IObSort.List 属性
10.4 IObSort.AddOrderBy(Of M) 方法 (ObProperty(Of M))
10.5 IObSort.AddOrderByDedcending(Of M) 方法 (ObProperty(Of M))
10.6 IObSort.ToString 方法
10.7 IObSort.ToString 方法 (out string,out IList(Of string))
11 ObConnection 类
11.1 ObConnection 类
11.2 ObConnection.Begintransaction 方法
11.3 ObConnection.Begintransaction 方法 (string)
11.4 ObConnection.Begintransaction 方法 (string,string)
12 IObTransaction 接口
12.1 IObTransaction 接口
12.2 IObTransaction.ConnectionString 属性
12.3 IObTransaction.DbTransaction 属性
12.4 IObTransaction.ProviderName 属性
12.5 IObTransaction.Commit 方法
12.6 IObTransaction.Rollback 方法
13 ObFunc 类
13.1 ObFunc 类
13.2 ObFunc.Avg(Of M) 方法 (ObProperty(Of M))
13.3 ObFunc.Count(Of M) 方法 (ObProperty(Of M))
13.4 ObFunc.Max(Of M) 方法 (ObProperty(Of M))
13.5 ObFunc.Min(Of M) 方法 (ObProperty(Of M))
13.6 ObFunc.Sum(Of M) 方法 (ObProperty(Of M))
13.7 TSource.Avg(Of M) 方法 (Func(Of TSource, ObProperty(Of M)))
13.8 TSource.Count(Of M) 方法 (Func(Of TSource, ObProperty(Of M)))
13.9 TSource.Max(Of M) 方法 (Func(Of TSource, ObProperty(Of M)))
13.10 TSource.Min(Of M) 方法 (Func(Of TSource, ObProperty(Of M)))
13.11 TSource.Sum(Of M) 方法 (Func(Of TSource, ObProperty(Of M)))
14 IObProperty 接口
14.1 IObProperty 接口
14.2 IObProperty.ColumnName 属性
14.3 IObProperty.DbFunc 属性
14.4 IObProperty.Key 属性
14.5 IObProperty.ModelType属性
14.6 IObProperty.ToString 方法

转载于:https://www.cnblogs.com/zhidian/archive/2011/12/08/2280938.html

你可能感兴趣的文章
HibernateAnnotation入门实例
查看>>
iOS 基础介绍 1
查看>>
Qt 快捷键
查看>>
SAP HANA创建类型(SAP HANA CREATE TYPE):
查看>>
深入浅出CChart 每日一课——第十六课 实习之旅,百年老店之新锐WTL
查看>>
Signal Handling--ref
查看>>
SkinSharp用法
查看>>
大抚州泡粉
查看>>
【RMQ问题】求数组区间最大值,NYOJ-1185-最大最小值
查看>>
简易实现 TextView单行文本水平触摸滑动效果
查看>>
android调用系统相机拍照并保存在本地
查看>>
Node.js链式回调
查看>>
IOS中延时执行的几种方式的比较
查看>>
sql中having、group by用法及常用聚合函数
查看>>
用swift开发仪表盘控件(一)
查看>>
使用CAShapeLayer与UIBezierPath画出想要的图形
查看>>
Spring bean注入方式
查看>>
领域驱动设计系列(2)浅析VO、DTO、DO、PO的概念、区别和用处
查看>>
Java的反射机制(Reflection)
查看>>
李洪强iOS经典面试题156 - Runtime详解(面试必备)
查看>>