FormBuildDataSource.maxRecordsToLoad 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
maxRecordsToLoad(Int32) | |
maxRecordsToLoad() |
maxRecordsToLoad(Int32)
public:
virtual int maxRecordsToLoad(int _value);
public virtual int maxRecordsToLoad (int _value);
abstract member maxRecordsToLoad : int -> int
override this.maxRecordsToLoad : int -> int
Public Overridable Function maxRecordsToLoad (_value As Integer) As Integer
Parameters
- _value
- Int32
Returns
Applies to
maxRecordsToLoad()
public:
virtual int maxRecordsToLoad();
public virtual int maxRecordsToLoad ();
abstract member maxRecordsToLoad : unit -> int
override this.maxRecordsToLoad : unit -> int
Public Overridable Function maxRecordsToLoad () As Integer