Miner.Data.Configuration Namespace > DataSetConfig Class : GetPrimaryKeyExpression Method |
'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 )
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