Select::FieldsAdd

Add a field to fields list.

The method Select::Fields can only be called once, but this method can be called multiple times.

If the internal fields list are "*", they will be replaced by the first field.

The methods Select::FieldsGet and Select::FieldsGetExcept internally call this method.

Sintaxe

namespace ProtocolLive\PhpLiveDb;

/**

 */
final class Select{
public function FieldsAdd(
string|UnitEnum $Field
):self;
}
Parameters

$Field - The new field;