DisplayOrderHelper.GetNextValue method (1 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Services
public static int GetNextValue(IDbConnection connection, IDisplayOrderRow row,
ICriteria filter = null)
See Also
- interface IDisplayOrderRow
- interface ICriteria
- class DisplayOrderHelper
DisplayOrderHelper.GetNextValue method (2 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Services
public static int GetNextValue(IDbConnection connection, string tableName, Field orderField,
ICriteria filter)
See Also
- class Field
- interface ICriteria
- class DisplayOrderHelper