Click or drag to resize

QueryExpressionHasWhere Property

True if the query expression has a 'where' clause.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool HasWhere { get; }

Property Value

Type: Boolean
See Also