/// <summary> /// /// </summary> public EntityProfileCollection() { _postKeys = new HashSet<string>(); _processKeys = new HashSet<string>(); _secondNoProcessKeys = new HashSet<string>(); _noProcessKeys = new HashSet<string>(); ChangeAutoTimes = new ProfileLog(); PostTimes = new ProfileLog(); ProcessTimes = new ProfileLog(); }
/// <summary> /// /// </summary> public EntityProfileCollection() { _postKeys = new HashSet <string>(); _processKeys = new HashSet <string>(); _secondNoProcessKeys = new HashSet <string>(); _noProcessKeys = new HashSet <string>(); ChangeAutoTimes = new ProfileLog(); PostTimes = new ProfileLog(); ProcessTimes = new ProfileLog(); }
/// <summary> /// /// </summary> public SqlProfileCollection() { PostTimes = new ProfileLog(); ProcessTimes = new ProfileLog(); }