Responder Developer Guide
GetPrimaryKeyExpression Method


Version: 10.2.1a

Resource Center Home

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 DataRow _
) As String
'Usage
 
Dim dataRow As DataRow
Dim value As String
 
value = DataSetConfig.GetPrimaryKeyExpression(dataRow)
public static string GetPrimaryKeyExpression( 
   DataRow dataRow
)

Parameters

dataRow
The DataRow represented in the expression.

Return Value

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

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment