QueryConfiguration.SetMaxTop(Nullable<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.
Sets the MaxTop in ModelBoundQuerySettings.
public virtual void SetMaxTop (int? maxTop);
abstract member SetMaxTop : Nullable<int> -> unit
override this.SetMaxTop : Nullable<int> -> unit
Public Overridable Sub SetMaxTop (maxTop As Nullable(Of Integer))