Click or drag to resize
TablesRemove Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes the Table from this Tables collection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Remove(
	Object Index
)

Parameters

Index
Type: SystemObject
An expression that identifies a particular Table in this Tables collection.If Index is a numeric expression, it must be a number from 1 through the value of the Table collection's Count property. If Index is a String expression, it must correspond to the name of the Table.
Remarks