[To be supplied.]
[Visual Basic] Function GetName( _ ByVal i As Integer _ ) As String [C#] string GetName( int i ); [C++] String* GetName( int i ) = 0; [JScript] function GetName( i : int ) : String;
IDataRecord Interface | IDataRecord Members | System.Data Namespace