Click or drag to resize

DatabaseSchema Class

Schema information
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.Database.MetadataDatabaseSchema

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
[SerializableAttribute]
public class DatabaseSchema : IDatabaseSchema, 
	IDBDef

The DatabaseSchema type exposes the following members.

Properties
  NameDescription
Public propertyAttached
Indicates if database is attached, whatever that may mean.
Public propertyCategories
Categories.
Public propertyConnected
Indicates if field is connected, whatever that may mean.
Public propertyIsClient
Indicates if database is a client in a workgroup.
Public propertyIsServer
Indicates if database is a server in a workgroup.
Public propertyName
Database name.
Public propertyPath
Database path.
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.
Public propertyUsername
Login name of the user (only applies to password-protected databases).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Exposes concrete objects and not interfaces because of XML serialization requirement.
See Also