West Wind Application Settings for .NET |
wwAppConfiguration.ReadkeysFromSqlServer
|
Reads keys from a SQL Database from a table you specify. Table must contain ID (int) and ConfigData fields.
Syntax: |
public static object ReadkeysFromSqlServer( string ConnectionString, string TableName, int Key, Type ConfigurationObjectType ); |
| Return: | object reference or null on failure |
| Parameters: |
ConnectionString Connection string to the SQL database TableName Key ConfigurationObjectType
|