ServiceQueryHelper.UseSoftDelete method
namespace: Serenity.Services assembly: Serenity.Net.Services
Returns if row uses soft delete
public static bool UseSoftDelete(IRow row)
| parameter | description |
|---|---|
| row | Row instance |
See Also
- interface IRow
- class ServiceQueryHelper