IDBConfigWriterRemoveSingleSearch Method |
Removes a single singleSearch from the database.
Namespace:
Cadcorp.Configuration.Connectors
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxbool RemoveSingleSearch(
int searchId
)
Function RemoveSingleSearch (
searchId As Integer
) As Boolean
Parameters
- searchId
- Type: SystemInt32
Search ID
Return Value
Type:
BooleanBoolean indicating success.
See Also