Omb.Domain Namespace > PhenotypeQueryMgr Class : CreateRow Method |
Create a data row with all the required fields provided as parameters.
[Visual Basic]
Protected Overridable Function CreateRow( _
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 _
) As DataRow
[C#]
protected virtual DataRow CreateRow(
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
);
[C++]
protected: virtual DataRow CreateRow(
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
)
[C++/CLI]
protected:
virtual DataRow CreateRow(
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
)
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.