Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULDataReader class

GetChars method Next Page

GetDataTypeName method


Returns the name of the specified column's provider data type.

Syntax

Visual Basic

Public Overrides Function GetDataTypeName( _
ByVal columnID As Integer _
) As String

C#

public override string GetDataTypeName(
int columnID
);

Parameters
Return value

A string corresponding to the column's ULDbType.

See also