Click or drag to resize
SQLConditionAddItem Method
添加

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void AddItem(
	string expr,
	string symbol,
	string value,
	string display
)

Parameters

expr
Type: SystemString
symbol
Type: SystemString
value
Type: SystemString
display
Type: SystemString
See Also