.NET Framework Class Library
OnFieldData.GetDatabaseValue Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > OnFieldData Class > OnFieldData Methods > .NET Framework Class Library |
Get value of specified database field.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetDatabaseValue ( _ sName As String _ |
C# |
|---|
public string GetDatabaseValue( string sName |
Visual C++ |
|---|
public: String^ GetDatabaseValue( |
JavaScript |
|---|
function getDatabaseValue(sName); |
Parameters
sName
Type: System.String
field name identifier
Return Value
field value
Remarks
See Also