SpecialFieldsDefinitionLoadFromQuery Method |
Loads special fields from query.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax 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