ADODC.getDataMemberCount 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.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
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.