.NET Framework Class Library
EventsObjT(T_IN, T_OUT).SetDatabaseValue 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 |
Set 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 Sub SetDatabaseValue ( _ sName As String, _ |
C# |
|---|
public void SetDatabaseValue( string sName, |
Visual C++ |
|---|
public: void SetDatabaseValue( |
JavaScript |
|---|
function setDatabaseValue(sName, sValue); |
Parameters
sName
Type: System.String
field name identifier
sValue
Type: System.String
parameter value
Remarks
See Also