Click or drag to resize

IDatabaseSchema Interface

Schema information

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public interface IDatabaseSchema : IDBDef

The IDatabaseSchema type exposes the following members.

Properties
  NameDescription
Public propertyAttached
Indicates if database is attached, whatever that may mean.
(Inherited from IDBDef.)
Public propertyCategories
Categories.
Public propertyConnected
Indicates if field is connected, whatever that may mean.
(Inherited from IDBDef.)
Public propertyIsClient
Indicates if database is a client in a workgroup.
(Inherited from IDBDef.)
Public propertyIsServer
Indicates if database is a server in a workgroup.
(Inherited from IDBDef.)
Public propertyName
Database name.
(Inherited from IDBDef.)
Public propertyPath
Database path.
(Inherited from IDBDef.)
Public propertySize
Database size (combined size of database directory)
Public propertySpoolpath
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.
(Inherited from IDBDef.)
Public propertyUsername
Login name of the user (only applies to password-protected databases).
(Inherited from IDBDef.)
Top
See Also