AVEVA Database .NET Public Interface

Db Members

Db overview

Public Instance Properties

CurrentSession Current session on this Database
DbItem System Database Element that represents this Database. Various queries are available from this.
ExtractNumber Extract number (integer)
HasChangedThisSession True, if there are changes in this Database in the current session
IsExtract True, if this Database is an extract database
IsReadOnly True, if this Database is read-only
LatestSessionOnDb Most recent session on this Database
Name Database name
Number Database number (integer)
Type Database type
World Root "world" Element for this Database

Public Instance Methods

ElementExists Query whether the named Element exists in this Database.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FindElement Find Element of given name. If it does not exits then returns a null element.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
SessionOverloaded. Get numbered session on extract, from this Database.
SessionBeforeDate Return most recent session before Date-Time, from this Database
ToString (inherited from Object) Returns a String that represents the current Object.
WorldMembers Get child Elements of the World element of this Database. N.B. the normal query for members of a world goes across Databases.

See Also

Db Class | Aveva.Pdms.Database Namespace