Count
Counts the number of records in the pipe.
public GearsBuilder<java.lang.Integer> count()
Counts the number of records in the pipe and returns the total as a single record.
Parameters
None
Returns
Returns a GearsBuilder object with a new template type of Integer
.
Example
GearsBuilder.CreateGearsBuilder(reader).count();