ArcFM Responder Mobile Developer Guide
InsertFieldValues(String,DataRow) Method






The text string to process.
The DataRow to use to look up field values.
Replaces column represents in a text string with values for these column names. Enclose column represents in []. Example: [ID]
Syntax
'Declaration
 
Public Overloads Function InsertFieldValues( _
   ByVal text As System.String, _
   ByVal dataRow As System.Data.DataRow _
) As System.String
'Usage
 
Dim instance As DataSetConfig
Dim text As System.String
Dim dataRow As System.Data.DataRow
Dim value As System.String
 
value = instance.InsertFieldValues(text, dataRow)
public System.string InsertFieldValues( 
   System.string text,
   System.Data.DataRow dataRow
)
public function InsertFieldValues( 
    text: System.String;
    dataRow: System.Data.DataRow
): System.String; 
public function InsertFieldValues( 
   text : System.String,
   dataRow : System.Data.DataRow
) : System.String;
public: System.string* InsertFieldValues( 
   System.string* text,
   System.Data.DataRow* dataRow
) 
public:
System.String^ InsertFieldValues( 
   System.String^ text,
   System.Data.DataRow^ dataRow
) 

Parameters

text
The text string to process.
dataRow
The DataRow to use to look up field values.

Return Value

The new text string containing field values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSetConfig Class
DataSetConfig Members
Overload List

Send Feedback