| AppStringControllerDeleteAppString Method (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.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void DeleteAppString(
int appStringId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- appStringId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also