See Also

PhenotypeQueryMgr Class  | PhenotypeQueryMgr Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

dt
measurement
experiment
experimentName
animal
extAnimalID
animalAge
strain
strainName
phenoAssayName
measuredValue
missingCode
investigatorLName
sex
See Also Languages Omb Send comments on this topic.

CreateRow Method

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 )

Parameters

dt
measurement
experiment
experimentName
animal
extAnimalID
animalAge
strain
strainName
phenoAssayName
measuredValue
missingCode
investigatorLName
sex

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

PhenotypeQueryMgr Class  | PhenotypeQueryMgr Members

 

 


© 2009 Medical College of Georgia. All Rights Reserved.