Click or drag to resize

SettingRuleAddSettingRuleExpression Method

Adds the setting rule expression.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public int AddSettingRuleExpression(
	SettingRuleExpression toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationSettingRuleExpression
To add.

Return Value

Type: Int32
index onto which the expression was added
See Also