ArcFM Responder Mobile Developer Guide
GetKeys Method






The DataRow for which to get the keys.
Returns the array of primary key values that uniquely identify this DataRow.
Syntax
'Declaration
 
Public Shared Function GetKeys( _
   ByVal dataRow As System.Data.DataRow _
) As System.Object()
'Usage
 
Dim dataRow As System.Data.DataRow
Dim value() As System.Object
 
value = DataSetConfig.GetKeys(dataRow)
public static System.object[] GetKeys( 
   System.Data.DataRow dataRow
)
public function GetKeys( 
    dataRow: System.Data.DataRow
): System.array of TObject; static; 
public static function GetKeys( 
   dataRow : System.Data.DataRow
) : System.Object[];
public: static System.Object*[]* GetKeys( 
   System.Data.DataRow* dataRow
) 
public:
static System.array<Object^>^ GetKeys( 
   System.Data.DataRow^ dataRow
) 

Parameters

dataRow
The DataRow for which to get the keys.

Return Value

The array of keys for this DataRow
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

Send Feedback