Click or drag to resize
DataQueryBaseTQueryIncludeBinaryData Property
If true, the query includes the object binary data. Default is true

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool IncludeBinaryData { get; set; }

Property Value

Type: Boolean

Implements

IDataQueryIncludeBinaryData
See Also