Click or drag to resize
IntIndexRemove Method
Overload List
  NameDescription
Public methodRemove(IEnumerableString)
Public methodRemove(String)
Removes the term values in param string[] values from the index.
Public methodRemove(IEnumerableTIndex)
Removes the params array valuesToRemove of term values from the index.
(Inherited from SecondaryIndexTClass, TIndex.)
Public methodRemove(TIndex)
Removes the collection valuesToRemove of term values from the index.
(Inherited from SecondaryIndexTClass, TIndex.)
Top
See Also