Click or drag to resize
FormInfoGetDataRow Method
Returns empty data row with column names and types.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public DataRow GetDataRow(
	bool convertMacroColumn = true
)

Parameters

convertMacroColumn (Optional)
Type: SystemBoolean
If true, columns with macro as default parameter are changed to data type string.

Return Value

Type: DataRow
See Also