ServiceHelper.CheckParentNotDeleted method

namespace: Serenity.Services   assemblySerenity.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