Creates a new instance of DBServerTokenStore.
| C# | Visual Basic | Visual C++ |
public DBServerTokenStore( IDbConnection connection, string tableName )
Public Sub New ( _ connection As IDbConnection, _ tableName As String _ )
public: DBServerTokenStore( IDbConnection^ connection, String^ tableName )
- connection (IDbConnection)
- The IDbConnection object representing a closed database connection.
- tableName (String)
- The name the table where token data is stored.