Description
Remove an McDBDatabase defintion (mapping) from this McDBDatabases collection.
-
Return Type
-
None
-
Syntax
-
object.Remove Index
The Remove Method syntax has these parts: Remarks
No reference count checking is done on the specified McDBDatabase. Any references held to McDBDatabase objects previously issued remain valid, although the database will no longer appear in this McDBDatabases collection.
Exceptions
Notes
Remove doesn't actually do anything permanant. That is, database files and configuration file defintions remain unchanged after this call.
|