Interface SqlQueryVisitor.IVisitorTransformationInfo
- Namespace
- LinqToDB.Internal.SqlQuery.Visitors
- Assembly
- linq2db.dll
public interface SqlQueryVisitor.IVisitorTransformationInfo
- Extension Methods
-
Properties
Property Value
- int
Methods
IQueryElement GetOriginal(IQueryElement element)
Parameters
element IQueryElement
Returns
- IQueryElement
bool GetReplacement(IQueryElement element, out IQueryElement? replacement)
Parameters
element IQueryElement
replacement IQueryElement
Returns
- bool
void GetReplacements(Dictionary<IQueryElement, IQueryElement> objectTree)
Parameters
objectTree Dictionary<IQueryElement, IQueryElement>
bool IsReplaced(IQueryElement element)
Parameters
element IQueryElement
Returns
- bool
void RegisterReplaced(IQueryElement newElement, IQueryElement oldElement)
Parameters
newElement IQueryElement
oldElement IQueryElement