Share via


xCompany.reindex Method

Definition

Overloads

reindex()
reindex(Int32)

reindex()

public:
 virtual bool reindex();
public virtual bool reindex ();
abstract member reindex : unit -> bool
override this.reindex : unit -> bool
Public Overridable Function reindex () As Boolean

Returns

Applies to

reindex(Int32)

public:
 virtual bool reindex(int _tableId);
public virtual bool reindex (int _tableId);
abstract member reindex : int -> bool
override this.reindex : int -> bool
Public Overridable Function reindex (_tableId As Integer) As Boolean

Parameters

_tableId
Int32

Returns

Applies to