Method SetActiveToDate
- Namespace
- Innova.Data.Entity.Interfaces
- Assembly
- Innova.Data.dll
SetActiveToDate(IActiveEntity, bool)
Sets the active to date of the specified active entity.
public static void SetActiveToDate(this IActiveEntity activeEntity, bool value)
Parameters
activeEntity
IActiveEntityThe active entity.
value
boolThe value indicating whether the active to date should be set to null.