.NET Framework Class Library
Database.GetInsertCmdValue Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Database Class > Database Methods >

.NET Framework Class Library
Database.GetInsertCmdValue Method

Gets the value from an DBWorks-generated sql INSERT command, given the name of a field.

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

Syntax

Visual Basic

Public Function GetInsertCmdValue ( _

 fieldName As String _
As String

C#

public string GetInsertCmdValue(

 string fieldName
)

Visual C++

public:

StringGetInsertCmdValue(
 StringfieldName
)

JavaScript

function getInsertCmdValue(fieldName);

Parameters

fieldName

Type: System.String
name of the field

Return Value

value related to specified field

Remarks

See Also

Database Class

Database Members

MwPDMApi Namespace