Gets or sets the general structure of an SQL where clause to perform the query. The clause contains numbered placeholders such as {0} {1} which need to be replaced with predicates that are constructed from items in the parameters list.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property WhereClause As String |
| C# | |
|---|
public string WhereClause {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also