Click or drag to resize
SpecialFieldsDefinitionLoadFromQuery Method
Loads special fields from query.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public void LoadFromQuery(
	string query,
	QueryTypeEnum type = QueryTypeEnum.SQLQuery,
	string valueFormat = null,
	string textFormat = null
)

Parameters

query
Type: SystemString
Query text
type (Optional)
Type: CMS.DataEngineQueryTypeEnum
Query type
valueFormat (Optional)
Type: SystemString
Macro format of the value
textFormat (Optional)
Type: SystemString
Macro format of the text
See Also