Пример #1
0
 public string LocatorFor(string rootTableAlias)
 {
     // Super hokey.
     return(SqlLocator.Replace("d.", rootTableAlias + "."));
 }