SqlServerConfigurationProvider<TAppConfiguration> Class

System.Object
   Westwind.Utilities.Configuration.ConfigurationProviderBase<TAppConfiguration>
      Westwind.Utilities.Configuration.SqlServerConfigurationProvider<TAppConfiguration>

Class Members

MemberDescription
Constructor
Read Reads configuration data from Sql Server into an existing instance updating its fields.
public T Read()
Write
public bool Write(AppConfiguration config)
ConnectionString The raw SQL connection string or connectionstrings name for the database connection.
Key The key of the record into which the config data is written. Defaults to 1. If you need to read or write multiple different configuration records you have to change it on this provider before calling…
ProviderFactory If ProviderName is missing
Tablename Table in the database that holds configuration data Table must have ID(int) and ConfigData (nText) fields
Namespace: Westwind.Utilities.Configuration

Assembly: Westwind.Utilities.Data.dll