Click or drag to resize
ObjectHelperGetBinaryDataSet Method
Gets empty DataSet for binary data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static DataSet GetBinaryDataSet(
	bool binaryData
)

Parameters

binaryData
Type: SystemBoolean
If false, binary data column is string column

Return Value

Type: DataSet
See Also