.NET Framework Class Library
EventsObjT(T_IN, T_OUT).GetDatabaseValue Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > EventsObjT(T_IN, T_OUT) Class > EventsObjT(T_IN, T_OUT) Methods >

.NET Framework Class Library
EventsObjT(T_IN, T_OUT).GetDatabaseValue Method

Get value of specified database field (class event management).

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 _
As String

C#

public string GetDatabaseValue(

 string sName
)

Visual C++

public:

StringGetDatabaseValue(
 StringsName
)

JavaScript

function getDatabaseValue(sName);

Parameters

sName

Type: System.String
field name identifier

Return Value

field value

Remarks

See Also

EventsObjT(T_IN, T_OUT) Class

EventsObjT(T_IN, T_OUT) Members

MwPDMApi Namespace