stanza
stanza
Field
count method
count
stanza
stanza
Field
count method
Field class
Constructors
Field
Properties
name
qualifiedName
sql
hashCode
runtimeType
Methods
aggregate
avg
count
max
min
rename
sum
noSuchMethod
toString
Operators
operator ==
count
method
Field
count
(
)
Perform a COUNT operation on a field.
Implementation
Field count() { _operation = 'COUNT'; return this; }