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!

NativeCatalogInterceptor.DeleteByQuery

[To be supplied.]

[Visual Basic]
Public Sub DeleteByQuery( _
   ByVal ConfigType As String, _
   ByVal selector As Selector _
)
[C#]
public void DeleteByQuery(
   string ConfigType,
   Selector selector
);
[C++]
public: void DeleteByQuery(
   String* ConfigType,
   Selector* selector
);
[JScript]
public function DeleteByQuery(
   ConfigType : String,
   selector : Selector
);

Parameters

ConfigType
[To be supplied.]
selector
[To be supplied.]

See Also

NativeCatalogInterceptor Class | NativeCatalogInterceptor Members | System.Configuration.Interceptors Namespace