FormDataSource.__numberOfRowsLoaded_IntImpl__ 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.
Overloads
__numberOfRowsLoaded_IntImpl__() | |
__numberOfRowsLoaded_IntImpl__(Boolean) |
__numberOfRowsLoaded_IntImpl__()
public:
virtual int __numberOfRowsLoaded_IntImpl__();
public virtual int __numberOfRowsLoaded_IntImpl__ ();
abstract member __numberOfRowsLoaded_IntImpl__ : unit -> int
override this.__numberOfRowsLoaded_IntImpl__ : unit -> int
Public Overridable Function __numberOfRowsLoaded_IntImpl__ () As Integer
Returns
Applies to
__numberOfRowsLoaded_IntImpl__(Boolean)
public:
virtual int __numberOfRowsLoaded_IntImpl__(bool _redirectToMasterDS);
public virtual int __numberOfRowsLoaded_IntImpl__ (bool _redirectToMasterDS);
abstract member __numberOfRowsLoaded_IntImpl__ : bool -> int
override this.__numberOfRowsLoaded_IntImpl__ : bool -> int
Public Overridable Function __numberOfRowsLoaded_IntImpl__ (_redirectToMasterDS As Boolean) As Integer
Parameters
- _redirectToMasterDS
- Boolean