FormDataSource.__setPagingParameters_IntImpl__(Boolean, Int32, 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.
public:
virtual void __setPagingParameters_IntImpl__(bool _pagingEnabled, int _startRowIndex, int _pageSize);
public virtual void __setPagingParameters_IntImpl__ (bool _pagingEnabled, int _startRowIndex, int _pageSize);
abstract member __setPagingParameters_IntImpl__ : bool * int * int -> unit
override this.__setPagingParameters_IntImpl__ : bool * int * int -> unit
Public Overridable Sub __setPagingParameters_IntImpl__ (_pagingEnabled As Boolean, _startRowIndex As Integer, _pageSize As Integer)
Parameters
- _pagingEnabled
- Boolean
- _startRowIndex
- Int32
- _pageSize
- Int32