SqlServerConfigurationProvider<TAppConfiguration>.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 the Read()/Write() methods.

public int Key { get; set; }

See also:

Class SqlServerConfigurationProvider

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic