AddAttributes Method
AddAttributes(params string[])
Adds indexed attributes.
Declaration
public IndexOptions AddAttributes(params string[] attributes)
Parameters
string[] | attributes | The names of the attributes. |
Returns
IndexOptions | This instance for chaining. |