Gets a value indicating whether only simple where clauses that are complaint with SQL92 can be used when querying layers and tables. The recommended security setting is true.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property UseStandardizedQuery As Boolean |
| C# | |
|---|
public bool UseStandardizedQuery {get;} |
Property Value
true if only simple where clauses that are complaint with SQL92 can be used; otherwise,
false.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also