Exemplo n.º 1
0
 bool ISqlFragment.Contains(string sqlText)
 {
     return TypedLocator.Contains(sqlText);
 }
Exemplo n.º 2
0
 public override string SelectorForDuplication(string pgType)
 {
     return(TypedLocator.Replace("d.", ""));
 }
Exemplo n.º 3
0
 public string LocatorFor(string rootTableAlias)
 {
     // Super hokey.
     return(TypedLocator.Replace("d.", rootTableAlias + "."));
 }
Exemplo n.º 4
0
 public override string SelectorForDuplication(string pgType)
 {
     // TODO -- eliminate replace
     return(TypedLocator.Replace("d.", ""));
 }