Create the table in the supplied database connection, using the supplied
table name.
| C# | Visual Basic | Visual C++ |
public static void SetupDB( IDbConnection connection, string tableName )
Public Shared Sub SetupDB ( _ connection As IDbConnection, _ tableName As String _ )
public: static void SetupDB( IDbConnection^ connection, String^ tableName )
- connection (IDbConnection)
- Database connection to use.
- tableName (String)
- Name of the table to create.