Click or drag to resize

OptionSqlAttribute Constructor

Initializes a new instance of the OptionSqlAttribute class

Namespace:  Dynamicweb.Content.Items.Annotations
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public OptionSqlAttribute(
	string queryString,
	string nameField,
	string valueField
)

Parameters

queryString
Type: SystemString
nameField
Type: SystemString
valueField
Type: SystemString
See Also