ServiceHelper.CheckParentNotDeleted method
namespace: Serenity.Services assembly: Serenity.Net.Services
Checks that parent record is not soft deleted
public static void CheckParentNotDeleted(IDbConnection connection, string tableName,
Action<SqlQuery> filter, ITextLocalizer localizer)
| parameter | description |
|---|---|
| connection | Connection |
| tableName | Table name |
| filter | Filter callback |
| localizer | Text localizer |
See Also
- class SqlQuery
- interface ITextLocalizer
- class ServiceHelper