ArcFM Responder Mobile Developer Guide
GetPrimaryKeyExpression Method






The DataRow represented in the expression.
Creates a search expression for finding this DataRow by its primary key values
Syntax
'Declaration
 
Public Shared Function GetPrimaryKeyExpression( _
   ByVal dataRow As System.Data.DataRow _
) As System.String
'Usage
 
Dim dataRow As System.Data.DataRow
Dim value As System.String
 
value = DataSetConfig.GetPrimaryKeyExpression(dataRow)
public static System.string GetPrimaryKeyExpression( 
   System.Data.DataRow dataRow
)
public function GetPrimaryKeyExpression( 
    dataRow: System.Data.DataRow
): System.String; static; 
public static function GetPrimaryKeyExpression( 
   dataRow : System.Data.DataRow
) : System.String;
public: static System.string* GetPrimaryKeyExpression( 
   System.Data.DataRow* dataRow
) 
public:
static System.String^ GetPrimaryKeyExpression( 
   System.Data.DataRow^ dataRow
) 

Parameters

dataRow
The DataRow represented in the expression.

Return Value

The expression to find 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