QueryDefinitionIsOptimized Property |
Gets a value indicating whether or not the query is optimized.
Namespace: Dundas.BI.Data.DataProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
Boolean
See Also