Method Exclude
Exclude(params string[])
Adds one or more field names to be excluded from the results.
public FieldsBuilder Exclude(params string[] names)
Parameters
names
string[]One or more field names.
Returns
- FieldsBuilder
The builder (so method calls can be chained).