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
name
type
readOnly
allowDBNull
caption
constrain
See Also Languages Omb Send comments on this topic.

AddColumn Method

Omb.Domain Namespace > PhenotypeQueryMgr Class : AddColumn Method

Add a new column to the data table. If the column is the part of the unique constraint then add it to the key.

[Visual Basic]
Protected Overridable Sub AddColumn( _    ByVal dt As DataTable, _    ByVal name As String, _    ByVal type As Type, _    ByVal readOnly As Boolean, _    ByVal allowDBNull As Boolean, _    ByVal caption As String, _    ByVal constrain As Boolean _ )
[C#]
protected virtual void AddColumn(    DataTable dt,    string name,    Type type,    bool readOnly,    bool allowDBNull,    string caption,    bool constrain );
[C++]
protected: virtual void AddColumn(    DataTable dt,    string* name,    Type* type,    bool readOnly,    bool allowDBNull,    string* caption,    bool constrain )
[C++/CLI]
protected: virtual void AddColumn(    DataTable dt,    String^ name,    Type^ type,    bool readOnly,    bool allowDBNull,    String^ caption,    bool constrain )

Parameters

dt
name
type
readOnly
allowDBNull
caption
constrain

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.