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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph