.NET Framework Class Library
OnFieldData.SetDatabaseValue Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > OnFieldData Class > OnFieldData Methods > .NET Framework Class Library |
Set 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 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