Click or drag to resize

SelectClause Constructor (IEnumerableString)

Initializes a new instance of the SelectClause class

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public SelectClause(
	IEnumerable<string> fields
)

Parameters

fields
Type: System.Collections.GenericIEnumerableString
See Also