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
)
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.