Click or drag to resize

FieldOptionMetadataSqlSource Constructor (String, String, String, String)

Initializes a new instance of the FieldOptionMetadataSqlSource class

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

Parameters

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