C# (CSharp) LightFramework.Data Namespace

Nested Namespaces

LightFramework.Data.MySQL
LightFramework.Data.OleDb
LightFramework.Data.Oracle
LightFramework.Data.SQLServer
LightFramework.Data.Test

Classes

Name Description
AndConjOperand
BaseEntity
BetweenOperand
BracketOperand
ClauseOperand
ColumnAttribute
EqualOperand
GreaterThanOperand
GreaterThanOrEqualOperand
GroupByOperand
InOperand
LessThanOperand
LessThanOrEqualOperand
LikeOperand
MetaDataColumn 数据库表列的元数据。
MetaDataTable 获取实体与其对应的数据库表或视图的相关元数据映射信息。
NoneOperand
NotEqualOperand
NotInOperand
NotLikeOperand
OleDbHelper The OleDbHelper class is intended to encapsulate high performance, scalable best practices for common uses of OleDbClient.
OleDbHelperParameterCache OleDbHelperParameterCache provides functions to leverage a static cache of procedure parameters, and the ability to discover parameters for stored procedures at run-time.
Operand
OrConjOperand
OracleHelper The OracleHelper class is intended to encapsulate high performance, scalable best practices for common uses of OracleClient.
OracleHelperParameterCache OracleHelperParameterCache provides functions to leverage a static cache of procedure parameters, and the ability to discover parameters for stored procedures at run-time.
OrderByOperand
Restrictions 构造SQL语句的条件类
SqlHelper The SqlHelper class is intended to encapsulate high performance, scalable best practices for common uses of SqlClient
SqlHelperParameterCache SqlHelperParameterCache provides functions to leverage a static cache of procedure parameters, and the ability to discover parameters for stored procedures at run-time.