Click or drag to resize
IDataQueryTQueryBinaryData Method
Sets whether the binary data should be included to the result

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TQuery BinaryData(
	bool binary
)

Parameters

binary
Type: SystemBoolean
Include binary data?

Return Value

Type: TQuery
See Also