Mimer SQL Data Provider
GetFieldType Method




Mimer.Data.Client Namespace > MimerDataReader Class : GetFieldType Method
The zero-based column ordinal position.
Gets the data type of the column as a System.Type object.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetFieldType( _
   ByVal i As Integer _
) As Type
 

Parameters

i
The zero-based column ordinal position.

Return Value

The value of the column as a System.Type object.
Exceptions
ExceptionDescription
The column ordinal is outside the valid range.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataReader Class
MimerDataReader Members