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 (24.4.0.1000)
Syntax public bool IsOptimized { get; }
Public ReadOnly Property IsOptimized As Boolean
Get
public:
property bool IsOptimized {
bool get ();
}
member IsOptimized : bool with get
Property Value
Type:
BooleanSee Also