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 );
In order to specify a storage location in the query string, the special property name "SELECTOR" can be used.
ConfigQuery Class | ConfigQuery Members | System.Configuration Namespace | ConfigQuery Constructor Overload List