ComponentOne FlexPivot for WinForms
TableExists Method

C1.DataEngine.4 Assembly > C1.DataEngine Namespace > Workspace Class : TableExists Method
Table name to check.
Determines whether the specified base table exists in the workspace.
Syntax
'Declaration
 
Public Function TableExists( _
   ByVal tableName As System.String _
) As System.Boolean
public System.bool TableExists( 
   System.string tableName
)

Parameters

tableName
Table name to check.

Return Value

true if the base table exists in the workspace; otherwise, false.
See Also

Reference

Workspace Class
Workspace Members