asp.net.ph

SqlDataReader.GetFieldType Method

System.Data.SqlClient Namespace   SqlDataReader 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

SqlDataReader 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