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

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

Parameters

binary
Type: SystemBoolean
Include binary data?

Return Value

Type: TQuery

Implements

IDataQueryTQueryBinaryData(Boolean)
See Also