ADODC.getDataMemberCount Method

Definition

Implements the OLE DB DataSource.getDataMemberCount method.

public:
 virtual int getDataMemberCount() = msdatasrc::DataSource::getDataMemberCount;
public int getDataMemberCount ();
abstract member getDataMemberCount : unit -> int
override this.getDataMemberCount : unit -> int
Public Function getDataMemberCount () As Integer

Returns

An Integer that represents the count.

Implements

msdatasrc.DataSource.getDataMemberCount

Remarks

Used internally to return a count of data members for the 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.

Applies to