Miner.Data.Configuration Namespace > DataSetConfig Class : GetParentRow Method |
'Declaration
Public Shared Function GetParentRow( _ ByVal dataRow As System.Data.DataRow, _ ByVal relationRepresents As System.String _ ) As System.Data.DataRow
'Usage
Dim dataRow As System.Data.DataRow Dim relationRepresents As System.String Dim value As System.Data.DataRow value = DataSetConfig.GetParentRow(dataRow, relationRepresents)
public static System.Data.DataRow GetParentRow( System.Data.DataRow dataRow, System.string relationRepresents )
public function GetParentRow( dataRow: System.Data.DataRow; relationRepresents: System.String ): System.Data.DataRow; static;
public static function GetParentRow( dataRow : System.Data.DataRow, relationRepresents : System.String ) : System.Data.DataRow;
public: static System.Data.DataRow* GetParentRow( System.Data.DataRow* dataRow, System.string* relationRepresents )
public: static System.Data.DataRow^ GetParentRow( System.Data.DataRow^ dataRow, System.String^ relationRepresents )
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