public static bool StoreSettingExists( SqlConnection connection, string settingFieldName )
Parameters
- connection
- the sql connection
- settingFieldName
- Name of the store setting to look for
Return Value
True if the setting exists already, false otherwise.