[To be supplied.]
[To be supplied.]
[Visual Basic] Overloads Function Get(Char(), Integer, Integer) As String
[C#] string Get(char[], int, int);
[C++] String* Get(__wchar_t*[], int, int) = 0;
[JScript] function Get(Char[], int, int) : String;
[To be supplied.]
[Visual Basic] Overloads Function Get(String) As String
[C#] string Get(String);
[C++] String* Get(String*) = 0;
[JScript] function Get(String) : String;
INameTable Interface | INameTable Members | System.Data Namespace