Click or drag to resize
DBServiceGetInQueryExpr Method (String, String, Double)
获取 IN 查询表达式 用于数值型属性

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetInQueryExpr(
	string objType,
	string propName,
	double[] data
)

Parameters

objType
Type: SystemString
类型标识
propName
Type: SystemString
数值型属性的标识
data
Type: SystemDouble
IN数据集合

Return Value

Type: String
See Also