An OAuth Consumer for .NET 2.0
SetupDB Method (connection, tableName)
NamespacesExtremeSwank.OAuthDBServerTokenStoreSetupDB(IDbConnection, String)
Create the table in the supplied database connection, using the supplied table name.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
connection (IDbConnection)
Database connection to use.
tableName (String)
Name of the table to create.

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)