Share via


Query.topRows Method

Definition

Overloads

topRows()
topRows(Int32)

topRows()

public:
 virtual int topRows();
public virtual int topRows ();
abstract member topRows : unit -> int
override this.topRows : unit -> int
Public Overridable Function topRows () As Integer

Returns

Applies to

topRows(Int32)

public:
 virtual int topRows(int _value);
public virtual int topRows (int _value);
abstract member topRows : int -> int
override this.topRows : int -> int
Public Overridable Function topRows (_value As Integer) As Integer

Parameters

_value
Int32

Returns

Applies to