[]
Configurates Keys. Sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete).
public TBuilder Keys(params string[] value)
Type | Name | Description |
---|---|---|
string[] | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |