EDN Admin
Well-known member
With the [ManagementEnumerator] attribute the scalability of .NET WMI providers has been improved.
Wondering, would it be possible to include an ExecuteQuery implementation in a .NET WMI provider that would process a WQL statement (eg. SELECT * FROM DataSource WHERE Attribute = "value") more efficiently, rather than WMI Framework enumerating all instances of the WMI class and then filtering?
thanks for any ideas..
View the full article
Wondering, would it be possible to include an ExecuteQuery implementation in a .NET WMI provider that would process a WQL statement (eg. SELECT * FROM DataSource WHERE Attribute = "value") more efficiently, rather than WMI Framework enumerating all instances of the WMI class and then filtering?
thanks for any ideas..
View the full article