.NET Framework Class Library
Database.GetInsertCmdValue Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Database Class > Database Methods > .NET Framework Class Library |
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 _ |
C# |
|---|
public string GetInsertCmdValue( string fieldName |
Visual C++ |
|---|
public: String^ GetInsertCmdValue( |
JavaScript |
|---|
function getInsertCmdValue(fieldName); |
Parameters
fieldName
Type: System.String
name of the field
Return Value
value related to specified field
Remarks
See Also