.NET Framework Class Library
Database.QueryByUid 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 MW database the value of an assigned field
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function QueryByUid ( _ uid As String, _ |
C# |
|---|
public string QueryByUid( string uid, |
Visual C++ |
|---|
public: String^ QueryByUid( |
JavaScript |
|---|
function queryByUid(uid, fieldName); |
Parameters
uid
Type: System.String
unique id of the document
fieldName
Type: System.String
identifier of an existing field in the Document table
Return Value
fetched query value
Remarks
See Also