Share via


DictView.datasourceTableId(Int32) Method

Definition

Retrieves the table ID of the indexed data source.

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

Parameters

_cnt
Int32

Returns

The table ID of the given data source; 0 (zero) if an error occurs.

Applies to