Windward Engine API Reference
GetColumnType Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.abstract_datasource Namespace > IDataSourceDotNetResultSet Interface : GetColumnType Method




fieldName

Glossary Item Box

Used for metadata, returns the type of the field.

Syntax

Visual Basic (Declaration) 
Function GetColumnType( _
   ByVal fieldName As String _
) As Type
Visual Basic (Usage)Copy Code
Dim instance As IDataSourceDotNetResultSet
Dim fieldName As String
Dim value As Type
 
value = instance.GetColumnType(fieldName)
C# 
Type GetColumnType( 
   string fieldName
)
Managed Extensions for C++ 
Type* GetColumnType( 
   string* fieldName
) 
C++/CLI 
Type^ GetColumnType( 
   String^ fieldName
) 

Parameters

fieldName

Requirements

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

See Also

© 2019 All Rights Reserved.