.NET Framework Class Library
Database.SetDbworksStringFieldData Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.SetDbworksStringFieldData Method

Sets a field of the DOCUMENT table in DBWORKS

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function SetDbworksStringFieldData ( _

 field_to_set As String, _
 fieldvalue As String, _
 docuid As String _
As Boolean

C#

public bool SetDbworksStringFieldData(

 string field_to_set,
 string fieldvalue,
 string docuid
)

Visual C++

public:

bool SetDbworksStringFieldData(
 Stringfield_to_set,
 Stringfieldvalue,
 Stringdocuid
)

JavaScript

function setDbworksStringFieldData(field_to_setfieldvaluedocuid);

Parameters

field_to_set

Type: System.String
field of the DOCUMENT table to set

fieldvalue

Type: System.String
value to set

docuid

Type: System.String
document unique id

Return Value

TRUE if the value has been correctly set, FALSE otherwise

Remarks

See Also

Database Class

Database Members

MwPDMApi Namespace