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

name
type
readOnly
allowDBNull
caption
See Also Languages Omb Send comments on this topic.

CreateColumn Method

Omb.Domain Namespace > PhenotypeQueryMgr Class : CreateColumn Method

Create a data column object with input values.

[Visual Basic]
Protected Overridable Function CreateColumn( _    ByVal name As String, _    ByVal type As Type, _    ByVal readOnly As Boolean, _    ByVal allowDBNull As Boolean, _    ByVal caption As String _ ) As DataColumn
[C#]
protected virtual DataColumn CreateColumn(    string name,    Type type,    bool readOnly,    bool allowDBNull,    string caption );
[C++]
protected: virtual DataColumn CreateColumn(    string* name,    Type* type,    bool readOnly,    bool allowDBNull,    string* caption )
[C++/CLI]
protected: virtual DataColumn CreateColumn(    String^ name,    Type^ type,    bool readOnly,    bool allowDBNull,    String^ caption )

Parameters

name
type
readOnly
allowDBNull
caption

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.