asp.net.ph

OleDbDataReader.GetFieldType Method

System.Data.OleDb Namespace   OleDbDataReader Class


Returns the Type that is the data type of the object.

[ VB ]
NotOverridable Public Function GetFieldType ( _
   ByVal index As Integer _
) As Type

[ C# ]
public Type GetFieldType (
   int index
);

[ C++ ]
public: __sealed Type* GetFieldType (
   int index
);

[ JScript ]
public function GetFieldType (
   index : int
) : Type

Parameters

index
The zero-based column ordinal.

Return Value

The Type that is the data type of the object.

See Also

OleDbDataReader Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note