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.Add (String, String, QueryCellOp, Object)

[To be supplied.]

[Visual Basic]
Overloads Public Sub Add( _
   ByVal configType As String, _
   ByVal propertyName As String, _
   ByVal Operator As QueryCellOp, _
   ByVal Value As Object _
)
[C#]
public void Add(
   string configType,
   string propertyName,
   QueryCellOp Operator,
   object Value
);
[C++]
public: void Add(
   String* configType,
   String* propertyName,
   QueryCellOp Operator,
   Object* Value
);
[JScript]
public function Add(
   configType : String,
   propertyName : String,
   Operator : QueryCellOp,
   Value : Object
);

Parameters

configType
The ConfigType to which this query is to be applied. Required to validate that the property name exists in the ConfigType.
propertyName
[To be supplied.]
Operator
A QueryCellOp indicating how filtering should be performed.
Value
[To be supplied.]

See Also

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