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
activeEntityIActiveEntityThe active entity.
valueboolThe value indicating whether the active to date should be set to null.