.NET Framework Class Library
Database.QueryTableFieldByKey Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
Given a keyName/KeyValue, it fetches from the required table 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 QueryTableFieldByKey ( _ tableName As String, _ |
C# |
|---|
public string QueryTableFieldByKey( string tableName, |
Visual C++ |
|---|
public: String^ QueryTableFieldByKey( |
JavaScript |
|---|
function queryTableFieldByKey(tableName, keyName, keyValue, fieldName); |
Parameters
tableName
Type: System.String
table name identifier
keyName
Type: System.String
key name of the required table
keyValue
Type: System.String
key value to identify the requested field
fieldName
Type: System.String
field name identifier, to fetch the value
Return Value
fetched query value
Remarks
See Also