AppStringControllerDeleteAppString Method |
| Name | Description | |
|---|---|---|
| DeleteAppString(Int32) |
Delete the AppString object in the database.
Based on the calling context, the delete may be logged in the configuration change log.
| |
| DeleteAppString(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.
| |
| DeleteAppString(AppString, SqlConnection, SqlTransaction) |
Deletes an application string object.
|