Responder Developer Guide
GetColumnValueNames Method


Syntax
'Declaration
 
Public Shared Function GetColumnValueNames( _
   ByVal row As DataRow, _
   Optional ByVal includeReadOnly As Boolean, _
   Optional ByVal version As Nullable(Of DataRowVersion) _
) As Dictionary(Of String,Object)
'Usage
 
Dim row As DataRow
Dim includeReadOnly As Boolean
Dim version As Nullable(Of DataRowVersion)
Dim value As Dictionary(Of String,Object)
 
value = DataHelper.GetColumnValueNames(row, includeReadOnly, version)
public static Dictionary<string,object> GetColumnValueNames( 
   DataRow row,
   bool includeReadOnly,
   Nullable<DataRowVersion> version
)

Parameters

row
includeReadOnly
version
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataHelper Class
DataHelper Members

 

 


Send Comment