append_field
Description:
[
Version ( since =
"6.0" ) ]
public void append_field (
DbIndexField field)
Append to index filed to the current index instance, The this object will recieve full ownership of the
field.
After this call, the reference count for field
will be increased and the instance of fiels
must be destroyed by
calling unref
Parameters:
this |
an instance of DbIndex
|
field |
a field to set
|