ArcFM Responder Mobile Developer Guide
GetUniqueID Method (DataSetConfig)






The DataRow for which to get a unique ID.
Creates a default unique ID based on the table name and primary key values.
Syntax
'Declaration
 
Public Shared Function GetUniqueID( _
   ByVal dataRow As System.Data.DataRow _
) As System.String
'Usage
 
Dim dataRow As System.Data.DataRow
Dim value As System.String
 
value = DataSetConfig.GetUniqueID(dataRow)
public static System.string GetUniqueID( 
   System.Data.DataRow dataRow
)
public function GetUniqueID( 
    dataRow: System.Data.DataRow
): System.String; static; 
public static function GetUniqueID( 
   dataRow : System.Data.DataRow
) : System.String;
public: static System.string* GetUniqueID( 
   System.Data.DataRow* dataRow
) 
public:
static System.String^ GetUniqueID( 
   System.Data.DataRow^ dataRow
) 

Parameters

dataRow
The DataRow for which to get a unique ID.

Return Value

A default unique ID.
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