Click or drag to resize
ApplicationProviderFindAll Method
查询所有相关记录

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IList<ApplicationInfo> FindAll(
	string whereClause,
	int length
)

Parameters

whereClause
Type: SystemString
SQL 查询条件
length
Type: SystemInt32
条数

Return Value

Type: IListApplicationInfo
返回所有 ApplicationInfo 实例的详细信息

Implements

IApplicationProviderFindAll(String, Int32)
See Also