Exemple #1
0
 /// <summary>
 /// CTOR
 /// </summary>
 /// <param name="command"></param>
 public LocalDataViewCommandIncrementalLocate(LocateQueryEventCommand command, string minValue)
     : base(command)
 {
     this.fieldId   = command.FldId;
     this.minValue  = minValue;
     InvalidateView = false;
 }
 /// <summary>
 /// CTOR
 /// </summary>
 /// <param name="command"></param>
 public LocalDataViewCommandLocateInQuery(LocateQueryEventCommand command)
     : base(command)
 {
     UseFirstRecord         = false;
     FldId                  = command.FldId;
     SearchString           = command.IncrmentalSearchString;
     ResetIncrementalSearch = command.ResetIncrementalSearch;
     Command                = command;
 }