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.GetName

[To be supplied.]

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

Parameters

index
[To be supplied.]

See Also

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