QueryDefinitionIsOptimized Property  | 
 
            Gets a value indicating whether or not the query is optimized.
            
 
    Namespace: 
   Dundas.BI.Data.DataProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsOptimized { get; }Public ReadOnly Property IsOptimized As Boolean
	Get
public:
property bool IsOptimized {
	bool get ();
}member IsOptimized : bool with get
Property Value
Type: 
Boolean
See Also