.NET Framework Class Library
Database.Query Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Given the identifier of a DBWorks document, it fetches from the DOCUMENT table of the DBWorks database the value of the assigned field.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function Query ( _ id As String, _ |
C# |
|---|
public string Query( string id, |
Visual C++ |
|---|
public: String^ Query( |
JavaScript |
|---|
function query(id, dtype, fieldName); |
Parameters
id
Type: System.String
name of a document
dtype
Type: MwPDMApi.DocType
document type
fieldName
Type: System.String
identifier of an existing field in the Document table of DBWorks.
Return Value
fetched query value
Remarks
See Also