Share via


FormDataSource.__numberOfRowsLoaded_IntImpl__ Method

Definition

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

Returns

Applies to