The SQL query expression, which will be used to select records. If no expression is entered, all rows will be used. The syntax for the expression is slightly different based on the data you're querying. Some of the most commonly encountered differences are below. For a more complete list, see the Select By Attribute tool Help. If no expression is specified, all rows will be transferred to the output. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property where_clause As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TableToTable
Dim value As Object
instance.where_clause = value
value = instance.where_clause |
C# | |
---|
public object where_clause {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also