ServiceQueryHelper.GetNotDeletedCriteria method

namespace: Serenity.Services   assemblySerenity.Net.Services

Gets not deleted criteria for a row type, e.g. for rows that support soft delete.

public static BaseCriteria GetNotDeletedCriteria(IRow row)
parameter description
row Row instance

See Also