Skip to content

ServiceQueryHelper.GetNotDeletedCriteria method

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