Navigation:  Classes > bArrayServer >

bArrayServer:OrderKeyCount()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Returns the number of keys in an order.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:OrderKeyCount([<iOrderNo>]) Æ iKeyCount

Arguments

<iOrderNo>Number of the order to which the number of keys is to be determined. If the argument is not specified or as the value 0, the command refers to the controlling order.
Data Type:Integer

Return Value

iKeyCountThe number of keys in the specified order.
Data Type:Integer

Description

The number of keys in an order can be determined also by calling the method bArrayServer:OrderInfo(DBOI_KEYCOUNT, ...).

See Also

bArrayServer:IndexOrd()

bArrayServer:OrderInfo()

bArrayServer:OrderKeyAdd()

bArrayServer:OrderKeyDel()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_orderkeycount.htm