NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADODataReader.GetFieldType

[To be supplied.]

[Visual Basic]
Overridable Public Function GetFieldType( _
   ByVal index As Integer _
) As Type
[C#]
public virtual Type GetFieldType(
   int index
);
[C++]
public: virtual Type* GetFieldType(
   int index
);
[JScript]
public function GetFieldType(
   index : int
) : Type;

Parameters

index
[To be supplied.]

See Also

ADODataReader Class | ADODataReader Members | System.Data.ADO Namespace