Beispiel #1
0
 /// <summary>
 /// Visit a SingleValuePropertyAccessNode
 /// </summary>
 /// <param name="nodeIn">the node to visit</param>
 /// <returns>Defined by the implementer</returns>
 public virtual T Visit(SingleValuePropertyAccessNode nodeIn)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 private string BindPropertyAccessQueryNode(SingleValuePropertyAccessNode singleValuePropertyAccessNode)
 {
     return(singleValuePropertyAccessNode.Property.Name);
 }