DBDef Class |
Namespace: Vovin.CmcLibNet.Database.Metadata
The DBDef type exposes the following members.
| Name | Description | |
|---|---|---|
| Attached |
Indicates if database is attached, whatever that may mean.
| |
| Connected |
Indicates if field is connected, whatever that may mean.
| |
| IsClient |
Indicates if database is a client in a workgroup.
| |
| IsServer |
Indicates if database is a server in a workgroup.
| |
| Name |
Database name.
| |
| Path |
Database path.
| |
| Spoolpath |
Path where synchronization packets exchanged. WARNING: Commence does not properly return this value if client is set to sync by any means other than Shared LAN. If it syncs via FTP, you will still erronously get a Shared LAN location if one was ever set.
| |
| Username |
Login name of the user (only applies to password-protected databases).
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |