Class SqlComment
public class SqlComment : IQueryElement
- Inheritance
-
SqlComment
- Implements
- Extension Methods
Constructors
SqlComment()
public SqlComment()
Properties
ElementType
public QueryElementType ElementType { get; }
Property Value
Lines
public List<string> Lines { get; }
Property Value
Methods
ToString(StringBuilder, Dictionary<IQueryElement, IQueryElement>)
public StringBuilder ToString(StringBuilder sb, Dictionary<IQueryElement, IQueryElement> dic)