Overload List
| Name | Description | |
|---|---|---|
| CogDatabaseDirectory |
Construct a new instance of the CogDatabaseDirectory class.
| |
| CogDatabaseDirectory(String) |
Construct a new instance of the CogDatabaseDirectory class.
Set the Name property to the supplied value, and then
attempt to connect to that database.
| |
| CogDatabaseDirectory(CogDatabaseDirectory) |
Construct a new instance of the CogDatabaseDirectory class
with the Name field set to match that of the supplied argument.
Note that the resulting CogDatabaseDirectory object is
not initially connected, regardless of the state of the
argument.
| |
| CogDatabaseDirectory(SerializationInfo, StreamingContext) |
Serialization constructor for CogDatabaseDirectory. Note that,
as with the copy constructor, the resultant CogDatabaseDirectory
object is not initially connected.
|
See Also