.NET Framework Class Library
Database Members
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > .NET Framework Class Library |
The Database type exposes the following members.
Methods
|
Name |
Description |
|---|---|---|
|
Adds a child relationship between a parent document and a child document. The child index value is meaningful for the ordering in the bill of materials of the parent, and may be omitted ( in which case a 0 value will be used as default ) |
|
|
Returns component documents of a specified one. |
|
|
Deletes only the parent-child relationships of the document with the assigned unique identifier. |
|
|
Equals |
(Inherited from Object.) |
|
Executes an SQL command passed by a string |
|
|
Executes a query against the database. The query must be a valid SQL command that can be executed against the database. It does not return any result, it is used for commands like INSERT, UPDATE, DELETE, etc. |
|
|
||
|
It makes available from the command shell interface the Filter functionality available in the browser Document and Query pages. |
|
|
Finalize |
(Inherited from Object.) |
|
Retrieves a list of current document first level children. |
|
|
Retrieves a list of current document first level children. |
|
|
||
|
Retrieves an object with all the data in the Document table for the specified document unique id. |
|
|
GetHashCode |
(Inherited from Object.) |
|
Gets the value from an DBWorks-generated sql INSERT command, given the name of a field. |
|
|
Retrieves unique id of parents/children documents related to the current one. |
|
|
Given a query, returns a list of dynamic objects with the query results. |
|
|
||
|
The behavior is the same as the GetListFromQuery method, but it is exposed to COM clients for use for example in vbscript. |
|
|
Retrieves a list of current document parents. |
|
|
Retrieves a list of current document parents. |
|
|
Returns input uid list values sorted by approval hierarchy. |
|
|
||
|
Queries a given table from a datasource for a string field through a key field and key value |
|
|
Queries a given table from a datasource for a string field through a key field and key value |
|
|
GetType |
(Inherited from Object.) |
|
MemberwiseClone |
(Inherited from Object.) |
|
Given the identifier of a DBWorks document, it fetches from the DOCUMENT table of the DBWorks database the value of the assigned field. |
|
|
Given the identifier of a DBworks document, it fetches from the DOCUMENT table of the MW database the value of an assigned field |
|
|
Given the identifier of a DBWorks document, it fetches from the REVISION table of the DBWorks database the value of an assigned field. |
|
|
Given a keyName/KeyValue, it fetches from the required table the value of an assigned field |
|
|
Deletes the child relationship of the document with unique identifier child_unique_id from the document with unique identifier parent_unique_id. |
|
|
Refreshes all the grids and the tree view by re-querying the database |
|
|
Sets a field of the DOCUMENT table in DBWORKS |
|
|
Sets, in a given table of a datasource, a string field using a key field and key value |
|
|
Sets, in the REVISION table of DBWorks database, a string field using revision name and document |
|
|
Sets, in a given table of a datasource, a string field using a key field and key value |
|
|
ToString |
(Inherited from Object.) |
|
This command has the primary goal to register document in the database without performing a save on the file. More, it updates the database with the structure/data of the active opened document. It works also with checked-out documents and it is equivalent, from a database point of view, to a _shift_ REFRESH operation. |
|
|
Update the Released Database record of a document, if existing. |
|
|
Updates the parent-child structure of the Released Database for the assigned document unique id |
|
|
Returns the documents where the current one is used. |
|
|
Returns the documents where the current one is used. |
See Also