'Declaration Public Overrides Function TableExists( _ ByVal tableName As System.String _ ) As System.Boolean
'Usage Dim instance As SqliteDatabaseProvider Dim tableName As System.String Dim value As System.Boolean value = instance.TableExists(tableName)
public override System.bool TableExists( System.string tableName )
public: System.bool TableExists( System.string* tableName ) override
public: System.bool TableExists( System.String^ tableName ) override
Parameters
- tableName
- The name of the table