Class SqlQueryVisitor.VisitorTransformationInfo
- Namespace
- LinqToDB.Internal.SqlQuery.Visitors
- Assembly
- linq2db.dll
public class SqlQueryVisitor.VisitorTransformationInfo : SqlQueryVisitor.IVisitorTransformationInfo
- Inheritance
-
object
SqlQueryVisitor.VisitorTransformationInfo
- Implements
-
- Extension Methods
-
Properties
public int Version { get; }
Property Value
- int
Methods
public IQueryElement GetOriginal(IQueryElement element)
Parameters
element IQueryElement
Returns
- IQueryElement
public bool GetReplacement(IQueryElement element, out IQueryElement? replacement)
Parameters
element IQueryElement
replacement IQueryElement
Returns
- bool
public void GetReplacements(Dictionary<IQueryElement, IQueryElement> objectTree)
Parameters
objectTree Dictionary<IQueryElement, IQueryElement>
public bool IsReplaced(IQueryElement element)
Parameters
element IQueryElement
Returns
- bool
public void RegisterReplaced(IQueryElement newElement, IQueryElement oldElement)
Parameters
newElement IQueryElement
oldElement IQueryElement