ADODC.getDataMemberName(Int32) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the OLE DB DataSource.getDataMemberName method.
public:
 virtual System::String ^ getDataMemberName(int index) = msdatasrc::DataSource::getDataMemberName;public string getDataMemberName(int index);abstract member getDataMemberName : int -> string
override this.getDataMemberName : int -> stringPublic Function getDataMemberName (index As Integer) As StringParameters
- index
- Int32
An index into the list of data member names.
Returns
A String that describes the data member name.
Implements
Remarks
Used internally to return the name of a data member for a ADODC.
Note
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.