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