Omb.Domain Namespace > PhenotypeQueryMgr Class : AddRow Method |
Add data row to table with all the required fields provided as parameters.
[Visual Basic]
Protected Overridable Sub AddRow( _
ByVal dt As DataTable, _
ByVal measurement As ID, _
ByVal experiment As ID, _
ByVal experimentName As String, _
ByVal animal As ID, _
ByVal extAnimalID As String, _
ByVal animalAge As Double, _
ByVal strain As ID, _
ByVal strainName As String, _
ByVal phenoAssayName As String, _
ByVal measuredValue As Double, _
ByVal missingCode As String, _
ByVal investigatorLName As String, _
ByVal sex As Sex, _
ByVal expFactorValues As Hashtable _
)
[C#]
protected virtual void AddRow(
DataTable dt,
ID measurement,
ID experiment,
string experimentName,
ID animal,
string extAnimalID,
double animalAge,
ID strain,
string strainName,
string phenoAssayName,
double measuredValue,
string missingCode,
string investigatorLName,
Sex sex,
Hashtable expFactorValues
);
[C++]
protected: virtual void AddRow(
DataTable dt,
ID measurement,
ID experiment,
string* experimentName,
ID animal,
string* extAnimalID,
double animalAge,
ID strain,
string* strainName,
string* phenoAssayName,
double measuredValue,
string* missingCode,
string* investigatorLName,
Sex sex,
Hashtable* expFactorValues
)
[C++/CLI]
protected:
virtual void AddRow(
DataTable dt,
ID measurement,
ID experiment,
String^ experimentName,
ID animal,
String^ extAnimalID,
double animalAge,
ID strain,
String^ strainName,
String^ phenoAssayName,
double measuredValue,
String^ missingCode,
String^ investigatorLName,
Sex sex,
Hashtable^ expFactorValues
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
PhenotypeQueryMgr Class | PhenotypeQueryMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.