Click or drag to resize

AppStringControllerDeleteAppString Method

Overload List
  NameDescription
Public methodDeleteAppString(Int32)
Delete the AppString object in the database. Based on the calling context, the delete may be logged in the configuration change log.
Public methodStatic memberDeleteAppString(Int32, SqlConnection, SqlTransaction)
Delete the AppString object in the database. Based on the calling context, the delete may be logged in the configuration change log.
Public methodStatic memberDeleteAppString(AppString, SqlConnection, SqlTransaction)
Deletes an application string object.
Top
See Also