Click or drag to resize
IDataQuerySupportsReader Property
Gets a value indicating whether the query supports the ExecuteReader(CommandBehavior, Boolean) method. Otherwise the Execute method must be used.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
bool SupportsReader { get; }

Property Value

Type: Boolean
See Also