| RowSetGetEnumerator Method  | 
Returns an enumerator that iterates through the collection.
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic virtual IEnumerator<Row> GetEnumerator()
Return Value
Type: 
IEnumeratorRowAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also