Class SqlWhereClause
public sealed class SqlWhereClause : ClauseBase<SqlWhereClause>, IQueryElement
- Inheritance
-
SqlWhereClause
- Implements
- Inherited Members
- Extension Methods
Properties
ElementType
AST node type.
public override QueryElementType ElementType { get; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
SearchCondition
public SqlSearchCondition SearchCondition { get; }
Property Value
Methods
Cleanup()
public void Cleanup()
GetElementHashCode()
public override int GetElementHashCode()
Returns
ToString(QueryElementTextWriter)
Generates debug text representation of AST node.
public override QueryElementTextWriter ToString(QueryElementTextWriter writer)
Parameters
writerQueryElementTextWriter