NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConfigQuery Constructor (String)

Creates a ConfigQuery and parses the query string.

[Visual Basic]
Overloads Public Sub New( _
   ByVal query As String _
)
[C#]
public ConfigQuery(
   string query
);
[C++]
public: ConfigQuery(
   String* query
);
[JScript]
public function ConfigQuery(
   query : String
);

Parameters

query
A query string of the form "SELECT * FROM <configtype> WHERE <propertyname> = <value> AND <propertyname2>=<value2>"

Remarks

In order to specify a storage location in the query string, the special property name "SELECTOR" can be used.

See Also

ConfigQuery Class | ConfigQuery Members | System.Configuration Namespace | ConfigQuery Constructor Overload List