IntIndexSet Method |
Name | Description | |
---|---|---|
Set(IEnumerableString) |
Sets the term collection to those term values in the IEnumerableT collection values.
Deletes any existing terms in the collection.
Similar to an overwriting assignment.
| |
Set(String) |
Sets the term collection to those term values in param string[] values.
Deletes any existing terms in the collection.
Similar to an overwriting assignment.
| |
Set(IEnumerableTIndex) |
Sets the term collection to those terms in values collection.
Deletes any existing terms in the collection.
Similar to an overwriting assignment.
(Inherited from SecondaryIndexTClass, TIndex.) | |
Set(TIndex) |
Sets the term collection to those terms in values params array.
Deletes any existing terms in the collection.
Similar to an overwriting assignment.
(Inherited from SecondaryIndexTClass, TIndex.) |