Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 768 Bytes

File metadata and controls

29 lines (20 loc) · 768 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: In Clause (Visual Basic)
In Clause
07/20/2015
vb.In
In keyword [Visual Basic]
2f003a85-8fb6-4280-822b-6ac12839b915

In Clause (Visual Basic)

Specifies the group that the loop variable is to traverse in a For Each loop, or specifies the collection to query in a From, Join, or Group Join clause.

Remarks

The In keyword can be used in the following contexts:

For Each...Next Statement

From Clause

Join Clause

Group Join Clause

See also